Hi,
when I use a template with such code:
<% if @LDAPpuppetVar %>
do something
<% end %>
it works in a way: If the puppetVar in LDAP exist, than do something, else ignore.
But how could I manage, that if the puppetVar in LDAP exist than do something, else do something other?