28 lines
754 B
ReStructuredText
28 lines
754 B
ReStructuredText
``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'
|