summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-28 14:51:00 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-28 14:51:00 +0000
commit7f9bdb11ca9048e36e9d24ad0c7597e6ac99a5d7 (patch)
treed282b31a558725bb706bd188b5054499c83028cb
parentfa199fa9b4a0abab8d9666a1b0457aca431bbbf1 (diff)
removed debug statement
git-svn-id: https://svn/ipuppet/trunk/modules/resolvconf@1320 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
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,