diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-14 14:40:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-14 14:40:31 -0300 |
commit | 11466421c5c5ebb56d345b8f100e22fcd4b539ce (patch) | |
tree | c24ac4b23fc5cf87853f23d9ed1e6944c0e53c35 /manifests | |
parent | 3ae4695012342065f8564f9729f8076468b5c6b8 (diff) | |
download | puppet-nodo-11466421c5c5ebb56d345b8f100e22fcd4b539ce.tar.gz puppet-nodo-11466421c5c5ebb56d345b8f100e22fcd4b539ce.tar.bz2 |
Qualifying the DNS class
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/dns.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp index 52e1d50..a312c91 100644 --- a/manifests/role/dns.pp +++ b/manifests/role/dns.pp @@ -1,7 +1,7 @@ class nodo::role::dns inherits nodo::base::vserver { include bind - if defined('dns') { - class { 'dns': } + if defined('::dns') { + class { '::dns': } } } |