aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/puppet/host_ldap_add_top.info.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-02 22:53:29 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-05 10:39:42 +0200
commit98a071604ea9f7569aa0fa0688bc9d35081770c3 (patch)
treeca3d17a50e0bb0be15bb9c02b75b903acdb965a4 /modules/base_installation/templates/puppet/host_ldap_add_top.info.erb
parented7b09a7b7c88c49e4fddb8cbe49e6a4ce6bce10 (diff)
downloadPuppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.tar.gz
Puppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.tar.zst
Puppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.zip
Add Flony workstationworkstation/flony
Diffstat (limited to 'modules/base_installation/templates/puppet/host_ldap_add_top.info.erb')
-rw-r--r--modules/base_installation/templates/puppet/host_ldap_add_top.info.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base_installation/templates/puppet/host_ldap_add_top.info.erb b/modules/base_installation/templates/puppet/host_ldap_add_top.info.erb
index 3aafc19..544f445 100644
--- a/modules/base_installation/templates/puppet/host_ldap_add_top.info.erb
+++ b/modules/base_installation/templates/puppet/host_ldap_add_top.info.erb
@@ -6,7 +6,7 @@ objectclass: device
6objectclass: top 6objectclass: top
7objectclass: simpleSecurityObject 7objectclass: simpleSecurityObject
8objectclass: puppetClient 8objectclass: puppetClient
9<%- unless @ips.empty? -%> 9<%- unless @ips.nil? || @ips.empty? -%>
10objectclass: ipHost 10objectclass: ipHost
11<% unless @ips["v4"].nil? -%>ipHostNumber: <%= @ips["v4"]["ipAddress"] %><%- end %> 11<% unless @ips["v4"].nil? -%>ipHostNumber: <%= @ips["v4"]["ipAddress"] %><%- end %>
12<% unless @ips["v6"].nil? -%>ipHostNumber: <%= @ips["v6"]["ipAddress"] %>/<%= @ips["v6"]["mask"] %><%- end %> 12<% unless @ips["v6"].nil? -%>ipHostNumber: <%= @ips["v6"]["ipAddress"] %>/<%= @ips["v6"]["mask"] %><%- end %>