Issue #22535 has been updated by Kylo Ginsberg.

Branch changed from https://github.com/puppetlabs/puppet/pull/1910 to 
https://github.com/puppetlabs/puppet/pull/1915

----------------------------------------
Bug #22535: puppet 3.3.0 ignores File ignore in recursive copy
https://projects.puppetlabs.com/issues/22535#change-97704

* Author: David Thompson
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: Kylo Ginsberg
* Category: 
* Target version: 3.3.1
* Affected Puppet version: 3.3.0
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/1915
----------------------------------------
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.

Reply via email to