Jasper Poppe wrote:
>> Welcome back again to the Puppet release cycle with really truly next to
>> final release candidate 4.
> I will start testing new features of 2.6 when this one is resolved (I
> have to make the decision to be able to go back to 0.25 or not) A
> patch file or rc5 would be nice. After that I will try some of the new
> features today or tomorrow and will report if I find more issues.
Jasper
Patch available now:
diff --git a/lib/puppet/resource/catalog.rb b/lib/puppet/resource/catalog.rb
index 4ac99ee..9b5e68f 100644
--- a/lib/puppet/resource/catalog.rb
+++ b/lib/puppet/resource/catalog.rb
@@ -57,7 +57,7 @@ class Puppet::Resource::Catalog < Puppet::SimpleGraph
end
def title_key_for_ref( ref )
- ref =~ /^(.+)\[(.*)\]/m
+ ref =~ /^(\w+)\[(.*)\]$/m
[$1, $2]
end
Regards
James Turnbull
--
Puppet Labs - http://www.puppetlabs.com
C: 503-734-8571
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.