summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-28 22:42:57 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-28 22:42:57 +1100
commit321b8fda8e50701d6a74e52332f5bbf8e7390d5c (patch)
tree9e1b2bd2a1652d8aa127d45a82803e4698cbac8c
parent9a290bb646e23191184230243ef58cc0c9501400 (diff)
downloadpuppet-321b8fda8e50701d6a74e52332f5bbf8e7390d5c.tar.gz
puppet-321b8fda8e50701d6a74e52332f5bbf8e7390d5c.tar.xz
puppet-321b8fda8e50701d6a74e52332f5bbf8e7390d5c.zip
Fixed #1006 - changed ldapnodes to node_terminus
-rwxr-xr-xbin/puppetrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetrun b/bin/puppetrun
index 5f99d6325..fe981dadf 100755
--- a/bin/puppetrun
+++ b/bin/puppetrun
@@ -281,7 +281,7 @@ if File.exists? config
Puppet.settings.parse(config)
end
-if Puppet[:ldapnodes]
+if Puppet[:node_terminus] = "ldap"
if options[:all]
hosts = ldapnodes(:all, options[:fqdn])
puts "all: %s" % hosts.join(", ")