Title: Message Title
Jason Antman commented on an issue
Puppet / Bug PUP-1045
No way to set default tags for exported ressources
Hi,

In our manifest, we are trying to set a default tag for all our "Nagios_host", to achieve this we are adding the following code in the site.pp:

<pre>
Nagios_host {
  tag => 'local',
}
</pre>

And the somewhere else in our code, we are exporting the resources and the trying to collect them using the tag:

<pre>
@@nagios_host{'foo': param...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to