search for: wn01

Displaying 1 result from an estimated 1 matches for "wn01".

Did you mean: n01
2012 Mar 06
3
Inherited node tagging
...applied tags will be inherited by any object enclosed in that class, regardless of the depth of enclosure. " But then I print the tags that are visible within each of the scopes: node ''ANY'' { } node ''WN'' inherits ''ANY'' { } node ''wn01.domain'' inherits ''WN'' { } And inside each category I do: $var = inline_template ("TAGS: <% tags.each do |tag| -%><%= tag %> <% end -%>") notify { "$var": } To print the visible tags. And what I get is: notice: TAGS: node wn01....