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, $::

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