X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fgeodns.pp;h=b12593dac8b139cc42c0ae36197ef2a329ecf7fe;hb=ac3c6e91ccb34aba54840da7f32cfc7c51f6ffb2;hp=1dd571137d28311a11ef93c83a627a896eec092d;hpb=3eb533e5499e66423bafdedaf6c7d08ead1772de;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 1dd571137..b12593dac 100644 --- a/modules/named/manifests/geodns.pp +++ b/modules/named/manifests/geodns.pp @@ -9,11 +9,14 @@ class named::geodns inherits named { file { '/etc/bind/': ensure => directory, + group => bind, + mode => '2755', require => Package['bind9'], notify => Service['bind9'], } file { '/etc/bind/geodns': ensure => directory, + mode => '0755', } file { '/etc/bind/named.conf.options': content => template('named/named.conf.options.erb'), @@ -28,12 +31,13 @@ class named::geodns inherits named { ensure => directory, owner => geodnssync, group => geodnssync, - mode => '0755', + mode => '2755', } file { '/etc/bind/geodns/named.conf.geo': source => 'puppet:///modules/named/common/named.conf.geo', } file { '/etc/bind/geodns/trigger': + mode => '0555', source => 'puppet:///modules/named/common/trigger', } file { '/etc/ssh/userkeys/geodnssync':