diff options
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/dns.pp | 4 |
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': } + } } |