git.lirion.de

Of git, get, and gud

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