Issue #22652 has been updated by Daniel Wittenberg.

Scientific Linux 6.4
Ruby 1.8.3
Master 3.3.1-rc1
Agent 3.3.1-rc1
rubygem-passenger-native-libs-3.0.21-5.el6.x86_64
rubygem-passenger-3.0.21-5.el6.x86_64
rubygem-passenger-native-3.0.21-5.el6.x86_64
mod_passenger-3.0.21-5.el6.x86_64


# puppet agent -vt --debug    
Debug: Puppet::Type::User::ProviderPw: file pw does not exist
Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport 
does not exist
Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
Debug: Puppet::Type::User::ProviderLdap: true value when expecting false
Debug: Using settings: adding file resource 'hostcert': 
'File[/var/lib/puppet/ssl/certs/puppet-test-client.pem]{:links=>:follow, 
:ensure=>:file, :backup=>false, :owner=>"puppet", :mode=>"644", 
:path=>"/var/lib/puppet/ssl/certs/puppet-test-client.pem", :loglevel=>:debug}'
....
Notice: /File[/var/lib/puppet/lib/.svn]/ensure: created
Debug: /File[/var/lib/puppet/lib/.svn]: The container /var/lib/puppet/lib will 
propagate my refresh event

So I notice that in the File debug it doesn't show the ignore statement that is 
in the site.pp, so you can see it pushing out the .svn directories:
Debug: /File[/var/lib/puppet/lib/puppet/.svn]/seluser: Found seluser default 
'system_u' for /var/lib/puppet/lib/puppet/.svn

When it's not hard-coded in the puppet.conf:
# puppet config print all |grep pluginsignore
pluginsignore = .svn CVS .git

Then it copies the .svn folders...if I use just .svn it works...so it really 
comes down to having more than one option on the line


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

* Author: Daniel Wittenberg
* Status: Needs More Information
* Priority: Normal
* Assignee: Daniel Wittenberg
* Category: 
* Target version: 
* Affected Puppet version: 3.3.1-rc1
* Keywords: 
* Branch: 
----------------------------------------
/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