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:
471d375
)
resolv.conf cleanup, fix 1
author
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Sep 2019 14:55:26 +0000
(16:55 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Sep 2019 14:55:26 +0000
(16:55 +0200)
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
2a9f463
..
6e02dbb
100644
(file)
--- a/
modules/resolv/templates/resolv.conf.erb
+++ b/
modules/resolv/templates/resolv.conf.erb
@@
-16,7
+16,7
@@
end
%>
<% if @searchpaths.size() > 0 %>
-
options
<%= @searchpaths.join(" ") %>
+
search
<%= @searchpaths.join(" ") %>
<% end -%>
<%= nameservers.map{ |ns| "nameserver #{ns}"}.join("\n") %>