]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Qualifying the DNS class
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Apr 2013 17:40:31 +0000 (14:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Apr 2013 17:40:31 +0000 (14:40 -0300)
manifests/role/dns.pp

index 52e1d50945266cb59c64906b765f3a7e2ec9298d..a312c9177f6ba6d0cdc5de74880014db9f68436e 100644 (file)
@@ -1,7 +1,7 @@
 class nodo::role::dns inherits nodo::base::vserver {
   include bind
 
-  if defined('dns') {
-    class { 'dns': }
+  if defined('::dns') {
+    class { '::dns': }
   }
 }