summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-21 13:20:47 -0500
committerLuke Kanies <luke@madstop.com>2008-07-21 13:20:47 -0500
commit8c2478b08a2cc196668cbadf8a4840a24fc61488 (patch)
treea99c6d6dae59ba62b758d08fedf8dbfa3857a9c8 /ext
parentd9aa5ab68fb3196f5db526050c440c470b55a5f6 (diff)
downloadpuppet-8c2478b08a2cc196668cbadf8a4840a24fc61488.tar.gz
puppet-8c2478b08a2cc196668cbadf8a4840a24fc61488.tar.xz
puppet-8c2478b08a2cc196668cbadf8a4840a24fc61488.zip
Fixing puppet_module -- it needed the same node interface change.
I wonder if anyone's actually using this... Signed-off-by: Luke Kanies <luke@madstop.com>
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 978d660cc..8609e4411 100755
--- a/ext/module_puppet
+++ b/ext/module_puppet
@@ -180,7 +180,7 @@ node.classes = classes
begin
# Compile our configuration
- catalog = Puppet::Node::Catalog.find(node.name, :node => node)
+ catalog = Puppet::Node::Catalog.find(node.name, :use_node => node)
rescue => detail
if Puppet[:trace]
puts detail.backtrace