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 | |
| parent | bee9aba2da453151a80c6e1f25f16bec3bfde8d2 (diff) | |
| parent | 3af6827875f4e02b47fe2293280ff9afe811485f (diff) | |
Merge branch '0.24.x'
Conflicts:
CHANGELOG
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/puppetd | 2 | ||||
| -rwxr-xr-x | bin/puppetrun | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/puppetd b/bin/puppetd index 297d4876d..e993d3aa8 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -374,7 +374,7 @@ if Puppet[:listen] and ! options[:onetime] # to clients. In the meantime, we just disable CRL checking if # the CRL file doesn't exist unless File::exist?(Puppet[:cacrl]) - Puppet[:cacrl] = 'none' + Puppet[:cacrl] = 'false' end handlers = nil 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(", ") |
