Issue #8373 has been updated by Tim Stoop. File without_thin.log added File with_thin.log added
It looks like I cannot reproduce this on puppetmaster 2.7.1-1~bpo60+3, so it might have been solved somewhere in between. For the record, the MySQL logs I've created are attached. ---------------------------------------- Bug #8373: Using thin_storeconfigs causes custom tags not to be treated as tags. https://projects.puppetlabs.com/issues/8373 Author: Rutger Spiertz Status: Investigating 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.
