Signed-off-by: Dan Bode <[email protected]>
---
Local-branch: issue/master/7629
 lib/puppet/type.rb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index dc4764e..e62a764 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -893,8 +893,7 @@ class Type
           next
         end
         provider_instances[instance.name] = instance
-
-        new(:name => instance.name, :provider => instance, :audit => :all)
+        new(:title => namevar_join(instance.property_hash), :provider => 
instance, :audit => :all)
       end
     end.flatten.compact
   end
-- 
1.6.5.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.

Reply via email to