Method: Puppet::Util::Ldap::Manager#at
- Defined in:
- lib/puppet/util/ldap/manager.rb
#at(location) ⇒ Object
Set the offset from the search base and return the config.
18 19 20 21 |
# File 'lib/puppet/util/ldap/manager.rb', line 18 def at(location) @location = location self end |