Signed-off-by: Luke Kanies <[email protected]>
---
lib/puppet/type.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 0c7266c..64cfc25 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -1011,7 +1011,7 @@ class Type
end
provider_instances[instance.name] = instance
- create(:name => instance.name, :provider => instance, :check
=> :all)
+ new(:name => instance.name, :provider => instance, :check =>
:all)
end
end.flatten.compact
end
--
1.6.1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---