Issue #8373 has been updated by James Turnbull. Category set to stored configuration Status changed from Unreviewed to Needs Decision Assignee set to Brice Figureau
Brice - any thoughts on this? ---------------------------------------- Bug #8373: Using thin_storeconfigs causes custom tags not to be treated as tags. https://projects.puppetlabs.com/issues/8373 Author: Rutger Spiertz Status: Needs Decision Priority: Normal Assignee: Brice Figureau Category: stored configuration Target version: Affected Puppet version: Keywords: Branch: Setup: Puppetmaster 2.6.8 with Passenger Activemq 5.4.1 Without thin_storeconfigs custom tags are added to the puppet_tags table in the db, thus allowing importing of exported resources using those tags as filter. When thin_storeconfigs is set to true the custom tag only shows up in the param_values table, but is never added to puppet_tags, which prevents importing those resources when filtering on the custom tag. Example: On host a: file { "foo": tag => "bar"; } On host b: File <<| tag == "bar" |>> This will work without thin_storeconfigs set to false, but not when it's set to true. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. 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-bugs?hl=en.
