diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 16:52:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 16:52:59 -0300 |
commit | 6b35c5e2834bb5582656f12f26ce3955d2985f28 (patch) | |
tree | 1862a891832fa56042e789f55915488c46f0457d | |
parent | 069c31fc96677de217fee3344f2ddf9a23624a0a (diff) | |
download | puppet-bind-6b35c5e2834bb5582656f12f26ce3955d2985f28.tar.gz puppet-bind-6b35c5e2834bb5582656f12f26ce3955d2985f28.tar.bz2 |
Giving higher order to view footer fragment
-rw-r--r-- | manifests/view.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/view.pp b/manifests/view.pp index 07f1b31..ed68a02 100644 --- a/manifests/view.pp +++ b/manifests/view.pp @@ -40,6 +40,7 @@ define bind::view ( ensure => $ensure, target => "/etc/bind/views/${name}.conf", content => "};\n", + order => 99, notify => Service['bind9'], require => Package['bind9'], } |