I wonder if anyone's actually using this...
Signed-off-by: Luke Kanies <[EMAIL PROTECTED]>
---
ext/module_puppet | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/module_puppet b/ext/module_puppet
index 978d660..8609e44 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
--
1.5.3.7
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---