diff options
| author | Luke Kanies <luke@madstop.com> | 2008-02-12 17:37:51 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-02-12 17:37:51 -0600 |
| commit | da78d96cb139db0775e634b2fa4bd9c173752127 (patch) | |
| tree | 4139d3a2011baedb171a8307c4830c5ac3fe3625 /bin/puppetrun | |
| parent | bee9aba2da453151a80c6e1f25f16bec3bfde8d2 (diff) | |
| parent | 3af6827875f4e02b47fe2293280ff9afe811485f (diff) | |
Merge branch '0.24.x'
Conflicts:
CHANGELOG
Diffstat (limited to 'bin/puppetrun')
| -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(", ") |
