Issue #18110 has been updated by eric sorenson.

Status changed from Unreviewed to Needs More Information
Assignee set to Erik Dalén

So...  I'm not sure I understand how you got here.

This should only run if /tmp/ doesn't exist? But if that's the case, why have a 
backup defined?

Can you help trace the code path that you think ought to change?
----------------------------------------
Bug #18110: Recursive filebucket backup when not needed
https://projects.puppetlabs.com/issues/18110#change-84071

Author: Erik Dalén
Status: Needs More Information
Priority: Normal
Assignee: Erik Dalén
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 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.


Reply via email to