Issue #18110 has been reported by Erik Dalén.
----------------------------------------
Bug #18110: Recursive filebucket backup when not needed
https://projects.puppetlabs.com/issues/18110
Author: Erik Dalén
Status: Unreviewed
Priority: Normal
Assignee:
Category: filebucket
Target version:
Affected Puppet version: 3.0.1
Keywords: file link filebucket recursive backup force false
Branch:
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.