From 11466421c5c5ebb56d345b8f100e22fcd4b539ce Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 Apr 2013 14:40:31 -0300 Subject: Qualifying the DNS class --- manifests/role/dns.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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': } } } -- cgit v1.2.3