Of git, get, and gud
1 2 3 4 5 6 7 8 9 10 11 12 13 14
class profile::puppetmaster { class { 'hiera': hierarchy => [ 'nodes/%{::trusted.certname}', 'common', ], hiera_yaml => '/etc/puppetlabs/code/hiera.yaml', datadir => '/etc/puppetlabs/code/environments/%{environment}/hieradata', owner => 'root', group => 'root', } }