diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-30 15:38:06 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-30 15:38:06 +0000 |
commit | 8b60d206cc8cb83931929b97008890fcb3998bca (patch) | |
tree | 0f9415a9c93b49a134696376dfcfae08f013ef60 /lib | |
parent | 63e907c0555499e6a695944c1c4fc5b9d6bd17f0 (diff) | |
download | puppet-8b60d206cc8cb83931929b97008890fcb3998bca.tar.gz puppet-8b60d206cc8cb83931929b97008890fcb3998bca.tar.xz puppet-8b60d206cc8cb83931929b97008890fcb3998bca.zip |
Not stripping domain info from the ldap node, as requested
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2432 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/parser/interpreter.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/parser/interpreter.rb b/lib/puppet/parser/interpreter.rb index 59ee43491..641e69cf3 100644 --- a/lib/puppet/parser/interpreter.rb +++ b/lib/puppet/parser/interpreter.rb @@ -455,10 +455,6 @@ class Puppet::Parser::Interpreter end end - if node =~ /\./ - node = node.sub(/\..+/, '') - end - filter = Puppet[:ldapstring] attrs = Puppet[:ldapattrs].split("\s*,\s*") sattrs = attrs.dup |