754 B
754 B
profile::files
This profile creates symlinks.
Parameters
| Name | Type | Default |
|---|---|---|
| symlinks | hash | hiera('files::symlinks') |
symlinks
A hash specifying symlinks to be created. The keys of the hash are the absolute pathnames of the symlinks, the values of the hash are the corresponding symlink targets.
Example:
files::symlinks:
'/opt/foo': '/var/lib/foo'