git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/puppetmaster.pp
blob: 8242110ebf08af1d4e19f171be0ce106ec91189e (plain)
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',
  }
  
}