From: mh Date: Mon, 28 Apr 2008 14:51:00 +0000 (+0000) Subject: removed debug statement X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7f9bdb11ca9048e36e9d24ad0c7597e6ac99a5d7;p=puppet-resolvconf.git removed debug statement git-svn-id: https://svn/ipuppet/trunk/modules/resolvconf@1320 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 178710e..fb57059 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,7 +13,6 @@ class resolvconf { '' => 'glei.ch', default => $resolvconf_search, } - notice("resolvconf_nameservers: $resolvconf_nameservers") $real_resolvconf_nameservers = $resolvconf_nameservers ? { '' => '212.103.67.60:212.103.67.61', default => $resolvconf_nameservers,