Puppet Class: directories
- Defined in:
- manifests/filesystem/directories.pp
Overview
Create directories accross the filesystem from hiera
Directories are defined with a hash of the form:
'<path>':
owner: 'root'
group: 'root'
mode: '0755'
This profiles is reserved for directories created by the system administrator. Other profiles or module should create their own directories directly.
Hiera
profiles::filesystem::directories
(hiera_hash
) Hash with the dirs to create.