Issue #22652 has been updated by Josh Cooper.

The patch is working correctly in my setup Debian squeeze:

<pre>
root@deb-agent:~# rm -rf /var/lib/puppet/lib/puppet/parser/functions/.svn/
root@deb-agent:~# puppet agent -t
Info: Retrieving plugin
...
Info: Applying configuration version '1380145575'
Notice: Finished catalog run in 0.38 seconds
</pre>

Without the patch, I see:

<pre>
root@deb-agent:~# puppet agent -t
Info: Retrieving plugin
Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/.svn]/ensure: created
Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/.svn/WAT]/ensure: 
defined content as '{md5}71ab23f035cfd78d785a37238d937c70'
</pre>


----------------------------------------
Bug #22652: ignore doesn't work if pluginsync enabled
https://projects.puppetlabs.com/issues/22652#change-97987

* Author: Daniel Wittenberg
* Status: In Topic Branch Pending Review
* Priority: Normal
* Assignee: Kylo Ginsberg
* Category: 
* Target version: 3.3.1
* Affected Puppet version: 3.3.1-rc1
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/1938
----------------------------------------
/var/lib/puppet/..../.svn directories are still pushed out even if you have a 
global ignore 
File { ignore => '.svn' }

Confirmed by downgrading the server to 3.2.4-1 and it all worked as expected, 
no .svn directories in /var/lib/puppet


-- 
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.

Reply via email to