aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dns.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-26 16:32:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-26 16:32:09 -0300
commit3b094fc73e01a7f05d12784c14584b53a1367744 (patch)
tree42806c30ba79f2b7a04d5f6be28461a63c4ce845 /manifests/role/dns.pp
parentc4760e8074a934ce709980214af7a39bd5c283d2 (diff)
downloadpuppet-nodo-3b094fc73e01a7f05d12784c14584b53a1367744.tar.gz
puppet-nodo-3b094fc73e01a7f05d12784c14584b53a1367744.tar.bz2
Testing include instead of require at nodo::role::dns
Diffstat (limited to 'manifests/role/dns.pp')
-rw-r--r--manifests/role/dns.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp
index 70cdd84..ce55e8b 100644
--- a/manifests/role/dns.pp
+++ b/manifests/role/dns.pp
@@ -1,4 +1,4 @@
class nodo::role::dns inherits nodo::base::vserver {
include bind
- require dns
+ include dns
}