]> gitweb.fluxo.info Git - puppet-resolvconf.git/commitdiff
removed debug statement
authormh <mh@immerda.ch>
Mon, 28 Apr 2008 14:51:00 +0000 (14:51 +0000)
committermh <mh@immerda.ch>
Mon, 28 Apr 2008 14:51:00 +0000 (14:51 +0000)
manifests/init.pp

index 178710ebe04d04ef220cb51c7d6bd49183f753e3..fb570594ab6a53ccd7e8f5a3a9551ad3d81c74ca 100644 (file)
@@ -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,