Method: Puppet::Node::Ldap#stacked_attributes

Defined in:
lib/vendor/puppet/indirector/node/ldap.rb

#stacked_attributes(dummy_argument = :work_arround_for_ruby_GC_bug) ⇒ Object

The attributes that Puppet will stack as array over the full hierarchy.



74
75
76
# File 'lib/vendor/puppet/indirector/node/ldap.rb', line 74

def stacked_attributes(dummy_argument=:work_arround_for_ruby_GC_bug)
  Puppet[:ldapstackedattrs].split(/\s*,\s*/)
end