On Jan 8, 2009, at 11:15 AM, Jeffrey Hulten wrote:

> Another issue potentially in 0.25.5...
>
> If I set a tag in an inherited node it is not present on directives
> (files, etc.) run down the chain...
>
> node foo {
> tag(tagme)
> }
>
> node bar inherits foo {
> rundefine { "no tag here" }
> }
>
> But it appears if you tag the node directly
>
> node foo {}
>
> node bar inherits foo {
> tag(tagme)
> rundefine { "tag is okay here" }
> }
>
> Am I misunderstanding how tags work or is this a bug?


Looks like a bug.

-- 
You've achieved success in your field when you don't know whether what
you're doing is work or play. -- Warren Beatty
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to