Issue #2775 has been updated by James Turnbull. Status changed from Unreviewed to Investigating Assigned to set to Markus Roberts Target version set to 0.25.2
---------------------------------------- Bug #2775: Bug when replacing a directory with a symlink http://projects.reductivelabs.com/issues/2775 Author: Florian Wagner Status: Investigating Priority: Normal Assigned to: Markus Roberts Category: file Target version: 0.25.2 Affected version: 0.25.1 Keywords: Branch: One of my puppet classes contains: <pre> file { "/etc/ldap": ensure => "openldap", force => true, require => Package["libldap-2.4-2"], } </pre> This worked correctly in 0.24.8, backing up all files in /etc/ldap to the clientbucket (no explicit configuration here) and then replacing the directory with a symlink. On 0.25.1 this results in the following error: <pre> info: .../File[/etc/ldap]: Recursively backing up to filebucket info: .../File[/etc/ldap]: Filebucketed /etc/ldap/ldap.conf to puppet with sum ... info: .../File[/etc/ldap]: Filebucketed /etc/ldap/schema/autofs.schema to puppet with sum ... err: .../File[/etc/ldap]/ensure: change from directory to link failed: Could not back up; will not replace at .../manifests/init.pp:19 </pre> -- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
