]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Giving higher order to view footer fragment
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 May 2013 19:52:59 +0000 (16:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 May 2013 19:52:59 +0000 (16:52 -0300)
manifests/view.pp

index 07f1b3149c7a7d289e5b5a52d2b681e0e767da25..ed68a027cd4866c03469d79657904093d7d9005e 100644 (file)
@@ -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'],
       }