Issue #18110 has been updated by Adrien Thebo. Status changed from In Topic Branch Pending Review to Merged - Pending Release Assignee deleted (Erik Dalén) Target version set to 3.2.0
Merged into master as 1e47c12. This should be released in 3.2.0. ---------------------------------------- Bug #18110: Recursive filebucket backup when not needed https://projects.puppetlabs.com/issues/18110#change-84707 Author: Erik Dalén Status: Merged - Pending Release Priority: Normal Assignee: Category: filebucket Target version: 3.2.0 Affected Puppet version: 3.0.1 Keywords: file link filebucket recursive backup force false Branch: https://github.com/puppetlabs/puppet/pull/1502 When I do something like this (fictive example): <pre> filebucket { 'puppet': path => false, server => $::servername, } file { '/tmp': ensure => link, target => '/var/tmp/', force => false, backup => puppet, } </pre> Then puppet will start a recursive backup on /tmp and then after that figure out that it won't replace the directory with a link without force being true. It shouldn't do any filebucketing at all here as it is not deleting or changing any files. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
