Re: [Puppet Users] Re: Array of tags not applying to resource

2015-08-10 Thread jcbollinger
On Friday, August 7, 2015 at 5:04:42 PM UTC-5, robert.davidson wrote: So there's no way to apply more than one tag to something at a time and have it actually act as if they are single tags? Therefore, this exported resource: @@module::hostentry{ $::fqdn: tag = [$::fqdn, $::site],

RE: [Puppet Users] Re: Array of tags not applying to resource

2015-08-07 Thread Robert Davidson
So there's no way to apply more than one tag to something at a time and have it actually act as if they are single tags? Therefore, this exported resource: @@module::hostentry{ $::fqdn: tag = [$::fqdn, $::site], } Has these tags: module hostentry module::hostentry [$::fqdn, $::site] Rather

[Puppet Users] Re: Array of tags not applying to resource

2015-08-07 Thread jcbollinger
On Thursday, August 6, 2015 at 5:39:40 PM UTC-5, robert.davidson wrote: First of all: I'm running puppet 3.6.2, as we are not in a position to move to Puppet 4 yet/ When I try to apply an array of tags to an exported resource, as I should be able to according to docs (