projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15078e9
)
no need to special case widor for resolv.conf anymore
author
Peter Palfrader
<peter@palfrader.org>
Fri, 18 Mar 2011 10:46:19 +0000
(11:46 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 18 Mar 2011 10:46:19 +0000
(11:46 +0100)
modules/resolv/templates/resolv.conf.erb
patch
|
blob
|
history
diff --git
a/modules/resolv/templates/resolv.conf.erb
b/modules/resolv/templates/resolv.conf.erb
index
ac15f47
..
993e7ba
100644
(file)
--- a/
modules/resolv/templates/resolv.conf.erb
+++ b/
modules/resolv/templates/resolv.conf.erb
@@
-8,7
+8,7
@@
nameservers = []
searchpaths = []
options = []
-if %w{draghi liszt
widor
spohr}.include?(hostname)
+if %w{draghi liszt spohr}.include?(hostname)
nameservers << "127.0.0.1"
end