]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
reload bind9 on a couple of changes
authorPeter Palfrader <peter@palfrader.org>
Mon, 19 May 2014 20:57:57 +0000 (22:57 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 19 May 2014 20:57:57 +0000 (22:57 +0200)
modules/named/manifests/geodns.pp

index 5f9b0f6a0977937cdd6e78275ed448be7d4a6a35..0a788231509f1da682fcf90faa8c49abc0d95d27 100644 (file)
@@ -23,12 +23,15 @@ class named::geodns inherits named {
        }
        file { '/etc/bind/named.conf.options':
                content => template('named/named.conf.options.erb'),
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/named.conf.local':
                source => 'puppet:///modules/named/common/named.conf.local',
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/named.conf.acl':
                source => 'puppet:///modules/named/common/named.conf.acl',
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/geodns/zonefiles':
                ensure => directory,
@@ -38,6 +41,7 @@ class named::geodns inherits named {
        }
        file { '/etc/bind/geodns/named.conf.geo':
                source => 'puppet:///modules/named/common/named.conf.geo',
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/geodns/trigger':
                mode   => '0555',