projects
/
puppet_resolvconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5110b4
)
fixed debug statement, now correct output
author
mh
<mh@immerda.ch>
Mon, 28 Apr 2008 13:53:25 +0000
(13:53 +0000)
committer
mh
<mh@immerda.ch>
Mon, 28 Apr 2008 13:53:25 +0000
(13:53 +0000)
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
3784594
..
178710e
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-13,7
+13,7
@@
class resolvconf {
'' => 'glei.ch',
default => $resolvconf_search,
}
- notice("re
al_resolvconf_nameservers: $real_
resolvconf_nameservers")
+ notice("re
solvconf_nameservers: $
resolvconf_nameservers")
$real_resolvconf_nameservers = $resolvconf_nameservers ? {
'' => '212.103.67.60:212.103.67.61',
default => $resolvconf_nameservers,