summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/templates/hosts4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/base/templates/hosts b/modules/base/templates/hosts
index 52ede8b..73bfc38 100644
--- a/modules/base/templates/hosts
+++ b/modules/base/templates/hosts
@@ -1,6 +1,6 @@
127.0.0.1 localhost
127.0.1.1 <%= @hostname %>.localdomain <%= @hostname %>
-<% @vpn_ips.each do |hostname, ip| %>
+<% @vpn_ips.each do |hostname, ip| -%>
<%= ip %> <%= hostname %>.algo
-<% end %>
+<% end -%>