summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-26 16:52:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-26 16:52:59 -0300
commit6b35c5e2834bb5582656f12f26ce3955d2985f28 (patch)
tree1862a891832fa56042e789f55915488c46f0457d /manifests
parent069c31fc96677de217fee3344f2ddf9a23624a0a (diff)
downloadpuppet-bind-6b35c5e2834bb5582656f12f26ce3955d2985f28.tar.gz
puppet-bind-6b35c5e2834bb5582656f12f26ce3955d2985f28.tar.bz2
Giving higher order to view footer fragment
Diffstat (limited to 'manifests')
-rw-r--r--manifests/view.pp1
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'],
}