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, however if i use a variable the exported resource is not applied.
Thanks,
Cosmin
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/xBal_C1wqycJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.