git.lirion.de

Of git, get, and gud

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