aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb')
-rw-r--r--modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb b/modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb
index d7a1294..b1a4906 100644
--- a/modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb
+++ b/modules/base_installation/templates/puppet/host_ldap_mod_top.info.erb
@@ -7,7 +7,7 @@ userpassword: {SSHA}<%= Base64.encode64(Digest::SHA1.digest(@ldap_password+@ssha
7- 7-
8replace: environment 8replace: environment
9environment: <%= @environment %> 9environment: <%= @environment %>
10<%- unless @ips.empty? -%> 10<%- unless @ips.nil? || @ips.empty? -%>
11- 11-
12delete: ipHostNumber 12delete: ipHostNumber
13<%- unless @ips["v4"].nil? -%> 13<%- unless @ips["v4"].nil? -%>