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:
22dd5a7
)
unbound on samosa
author
Peter Palfrader
<peter@palfrader.org>
Wed, 2 Mar 2011 18:17:54 +0000
(19:17 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 2 Mar 2011 18:17:54 +0000
(19:17 +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
f425766
..
cb493a9
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
samosa
}.include?(hostname)
+if %w{draghi liszt widor spohr}.include?(hostname)
nameservers << "127.0.0.1"
end