summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-08 21:36:29 -0500
committerLuke Kanies <luke@madstop.com>2008-04-08 21:36:29 -0500
commitd82ac984cdbafb9fd43b2566b911b3ba33c0e38c (patch)
tree0615a686f8be7810815d645650a3cd36813bd4b7 /ext
parent7774d9c443f19d44a1e2dab459fc4bfb94e75244 (diff)
downloadpuppet-d82ac984cdbafb9fd43b2566b911b3ba33c0e38c.tar.gz
puppet-d82ac984cdbafb9fd43b2566b911b3ba33c0e38c.tar.xz
puppet-d82ac984cdbafb9fd43b2566b911b3ba33c0e38c.zip
Fixing the executables to use the new indirection api.
Diffstat (limited to 'ext')
-rwxr-xr-xext/module_puppet2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/module_puppet b/ext/module_puppet
index 6a3f33fe6..e4a680e1b 100755
--- a/ext/module_puppet
+++ b/ext/module_puppet
@@ -179,7 +179,7 @@ node.classes = classes
begin
# Compile our configuration
- catalog = Puppet::Node::Catalog.find(node)
+ catalog = Puppet::Node::Catalog.find(node.name, :node => node)
rescue => detail
if Puppet[:trace]
puts detail.backtrace