summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/templates
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-11 23:22:57 -0700
committerelijah <elijah@riseup.net>2013-06-11 23:22:57 -0700
commit722ff7da46de4e656b3a110a65b9ccaa57f82898 (patch)
tree83716e9d901ba4057405b219d160cb1a66f53bfa /puppet/modules/site_config/templates
parent95d0c71fa4017a7908ccda0adae8057e2115cc42 (diff)
/etc/hosts must not have commas!!
Diffstat (limited to 'puppet/modules/site_config/templates')
-rw-r--r--puppet/modules/site_config/templates/hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/templates/hosts b/puppet/modules/site_config/templates/hosts
index c2522367..2c784b05 100644
--- a/puppet/modules/site_config/templates/hosts
+++ b/puppet/modules/site_config/templates/hosts
@@ -5,7 +5,7 @@
<%- if @hosts then -%>
<% @hosts.each do |name, props| -%>
-<%= props["ip_address"] %> <%= props["domain_full"] %>, <%= props["domain_internal"] %>, <%= name %>
+<%= props["ip_address"] %> <%= props["domain_full"] %> <%= props["domain_internal"] %> <%= name %>
<% end -%>
<% end -%>