git.lirion.de

Of git, get, and gud

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