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:
451a596
)
resolv.conf generation for all the config::immerda hosts, some are special
author
am
<am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Mon, 28 Apr 2008 12:06:28 +0000
(12:06 +0000)
committer
am
<am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Mon, 28 Apr 2008 12:06:28 +0000
(12:06 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/resolvconf@1306
d66ca3ae
-40d7-4aa7-90d4-
87d79ca94279
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
8891a4e
..
586275a
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-14,7
+14,7
@@
class resolvconf {
default => $resolvconf_search,
}
$real_resolvconf_nameservers = $resolvconf_nameservers ? {
- '' => '212.103.67.60:212.103.67.61
:212.103.72.231:192.168.1.104
',
+ '' => '212.103.67.60:212.103.67.61',
default => $resolvconf_nameservers,
}