summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 04:03:58 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 04:03:58 -0500
commita6a24c9dd286280e99bbaf283c94567b9bf58ac2 (patch)
tree95ca3306b5a1977dd2a215288e34a5ca47ff7b5d /modules/base
parentee0d27afc5dd9ed3b02cdf6b36e2904c0f46ff7f (diff)
downloadpuppet-tozt-a6a24c9dd286280e99bbaf283c94567b9bf58ac2.tar.gz
puppet-tozt-a6a24c9dd286280e99bbaf283c94567b9bf58ac2.zip
remove algo
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/templates/hosts4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/base/templates/hosts b/modules/base/templates/hosts
index 73bfc38..63fe815 100644
--- a/modules/base/templates/hosts
+++ b/modules/base/templates/hosts
@@ -1,6 +1,2 @@
127.0.0.1 localhost
127.0.1.1 <%= @hostname %>.localdomain <%= @hostname %>
-
-<% @vpn_ips.each do |hostname, ip| -%>
-<%= ip %> <%= hostname %>.algo
-<% end -%>