From 8a213c951f2ad1ee3e030b39039fc25cc7fc72f7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 May 2014 22:57:57 +0200 Subject: [PATCH] reload bind9 on a couple of changes --- modules/named/manifests/geodns.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 5f9b0f6a0..0a7882315 100644 --- a/modules/named/manifests/geodns.pp +++ b/modules/named/manifests/geodns.pp @@ -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', -- 2.20.1