[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:20:57 UTC 2009
The following commit has been merged in the master branch:
commit 11b0848b8c6eaaded608f4a485990ddb5bbd5e80
Author: Andrew Shafer <andrew at reductivelabs.com>
Date: Thu Sep 18 18:48:12 2008 -0600
Fixed #1500 - puppetrun host regression
diff --git a/CHANGELOG b/CHANGELOG
index b2858a9..61e4691 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.x
+ Fixed #1500 - puppetrun not working
+
Fixed #1579 and #1580 - errors in the Puppet RPM spec file
Fixed #1572 -- file purging now fails if remote sources do not exist.
diff --git a/bin/puppetrun b/bin/puppetrun
index f33c7f8..28f72d9 100755
--- a/bin/puppetrun
+++ b/bin/puppetrun
@@ -245,7 +245,7 @@ end
# Now parse the config
Puppet.parse_config
-if Puppet[:node_terminus] = "ldap"
+if Puppet[:node_terminus] == "ldap" and (options[:all] or classes)
if options[:all]
hosts = Puppet::Node.search("whatever").collect { |node| node.name }
puts "all: %s" % hosts.join(", ")
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list