diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 16:39:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 16:39:46 -0300 |
commit | e96c97b4a3468b9c164f3bfcfc7db969f441e49b (patch) | |
tree | 32e1abdf6aaea6bcb4c5854f85d3e540415a5ecc /manifests | |
parent | 3b094fc73e01a7f05d12784c14584b53a1367744 (diff) | |
download | puppet-nodo-e96c97b4a3468b9c164f3bfcfc7db969f441e49b.tar.gz puppet-nodo-e96c97b4a3468b9c164f3bfcfc7db969f441e49b.tar.bz2 |
Using proper qualification for ::dns class
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/dns.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp index ce55e8b..1f0fb36 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 - include dns + require ::dns } |