Puppet Class: symlinks

Defined in:
manifests/filesystem/symlinks.pp

Overview

Create symbolic links accross the filesystem from hiera

Links are defined with a hash of the form:

  '<source_path>':
    target: '<target_path>'

This profiles is reserved for symlinks created by the system administrator. Other profiles or module should create their own symlinks directly.

Hiera

  • profiles::filesystem::symlinks (hiera_hash) Hash with the links to create.