Issue #22535 has been reported by David Thompson.
----------------------------------------
Bug #22535: puppet 3.3.0 ignores File ignore in recursive copy
https://projects.puppetlabs.com/issues/22535
* Author: David Thompson
* Status: Unreviewed
* Priority: Normal
* Assignee:
* Category:
* Target version:
* Affected Puppet version:
* Keywords:
* Branch:
----------------------------------------
On a RHEL 6 derivative system (Scientific Linux), I have a puppet manifest with:
file { '/var/named/chroot/var/named':
ensure => directory, owner => root, group => named, mode => 0644,
ignore => ['CVS', '.svn', '*~', '#*', '.#*'],
recurse => true,
source => "puppet:///modules/bind/${fqdn}/var/named/chroot/var/named",
require => Package['bind-chroot'],
notify => Exec['bidb-bind'],
}
After upgrading from 3.2.4 to 3.3.0, I'm now getting a .svn directory copied
along with everything else. Reverting to 3.2.4 gives the appropriate behavior.
--
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.