diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-01-28 22:42:57 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-01-28 22:42:57 +1100 |
commit | 321b8fda8e50701d6a74e52332f5bbf8e7390d5c (patch) | |
tree | 9e1b2bd2a1652d8aa127d45a82803e4698cbac8c | |
parent | 9a290bb646e23191184230243ef58cc0c9501400 (diff) | |
download | puppet-321b8fda8e50701d6a74e52332f5bbf8e7390d5c.tar.gz puppet-321b8fda8e50701d6a74e52332f5bbf8e7390d5c.tar.xz puppet-321b8fda8e50701d6a74e52332f5bbf8e7390d5c.zip |
Fixed #1006 - changed ldapnodes to node_terminus
-rwxr-xr-x | bin/puppetrun | 2 |
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(", ") |