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:
6a08dfb
)
fixed default
author
Marcel Haerry
<haerry@puzzle.ch>
Tue, 13 May 2008 19:30:50 +0000
(21:30 +0200)
committer
Marcel Haerry
<haerry@puzzle.ch>
Tue, 13 May 2008 19:30:50 +0000
(21:30 +0200)
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
0f952cc
..
ef83b3e
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-11,7
+11,7
@@
class resolvconf {
default => $resolvconf_domain,
}
$real_resolvconf_search = $resolvconf_search ? {
- '' => 'rz.puzzle.ch
.ch
',
+ '' => 'rz.puzzle.ch',
default => $resolvconf_search,
}
$real_resolvconf_nameservers = $resolvconf_nameservers ? {