Issue #22666 has been updated by Josh Cooper.
Chuck Schweizer wrote: > If this is a dup of #22535 then it was not fully fixed. > > It is a dup of #22652 you should not have to specify pluginsignore as it > should be the default behavior according to the code. > > https://github.com/puppetlabs/puppet/blob/master/lib/puppet/defaults.rb#L1328 All of these bugs are related. Pluginsync is implemented in terms of a file resource with a remote source, along with the pluginsignore setting. This isn't working correctly in rack setups with multiple ignore values. See <https://projects.puppetlabs.com/issues/22652#note-13> ---------------------------------------- Bug #22666: pluginsignore is ignored https://projects.puppetlabs.com/issues/22666#change-97936 * Author: Kal McFate * Status: Duplicate * Priority: Normal * Assignee: * Category: plug-ins * Target version: * Affected Puppet version: 3.3.0 * Keywords: * Branch: ---------------------------------------- Updated to puppet 3.3.0 and my .svn directories got pulled down with the plugin sync. `pluginsignore = .svn CVS .git` Loads the entire .svn tree: <pre> --cut-- Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/.svn/tmp]/ensure: created Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/.svn/tmp/prop-base]/ensure: created Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/.svn/tmp/props]/ensure: created --cut-- </pre> I expect it to not pull down .svn content to the client. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
