summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-22 22:38:53 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-22 22:38:53 -0500
commitf9cfa464dfdcd0d646d0956e7959c4107c017c30 (patch)
tree61358beda91a44585a12ebb48ecd58ceb975b7d7 /modules
parenta714928512a80ca1f3216fb27e6daa617e12e69a (diff)
downloadpuppet-tozt-f9cfa464dfdcd0d646d0956e7959c4107c017c30.tar.gz
puppet-tozt-f9cfa464dfdcd0d646d0956e7959c4107c017c30.zip
drop the algo suffix
Diffstat (limited to 'modules')
-rw-r--r--modules/base/templates/hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/templates/hosts b/modules/base/templates/hosts
index 73bfc38..9b7cde0 100644
--- a/modules/base/templates/hosts
+++ b/modules/base/templates/hosts
@@ -2,5 +2,5 @@
127.0.1.1 <%= @hostname %>.localdomain <%= @hostname %>
<% @vpn_ips.each do |hostname, ip| -%>
-<%= ip %> <%= hostname %>.algo
+<%= ip %> <%= hostname %>
<% end -%>