[Puppet Users] Problem using exported resources with tag = $variable

2012-10-31 Thread Cosmin-Viorel Ilie
Does anyone know if using variable as tag values is permitted in puppet 2.7.19 Here is my example : @@custom_define { 'export': tag = $variable, } Custom_define | tag == $variable | If i set the tag to a string (e.g tag = 'tag1',) it works without problems,

RE: [Puppet Users] Problem using exported resources with tag = $variable

2012-10-31 Thread Bernd Adamowicz
Of Cosmin-Viorel Ilie Sent: Mittwoch, 31. Oktober 2012 16:14 To: puppet-users@googlegroups.com Subject: [Puppet Users] Problem using exported resources with tag = $variable Does anyone know if using variable as tag values is permitted in puppet 2.7.19 Here is my example : @@custom_define { 'export

Re: [Puppet Users] Problem using exported resources with tag = $variable

2012-10-31 Thread Jeff McCune
On Wed, Oct 31, 2012 at 8:14 AM, Cosmin-Viorel Ilie ilie.cosmin.vio...@gmail.com wrote: Does anyone know if using variable as tag values is permitted in puppet 2.7.19 Yes, this should definitely work. If it doesn't please consider filing a bug at