aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dns.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/dns.pp')
-rw-r--r--manifests/role/dns.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp
index 2faa69b..a439092 100644
--- a/manifests/role/dns.pp
+++ b/manifests/role/dns.pp
@@ -1,3 +1,7 @@
class nodo::role::dns inherits nodo::vserver {
include bind
+
+ if defined('dns') {
+ class { 'dns': }
+ }
}