Issue #2027 has been updated by luke. Subject changed from yumrepo filebucket to Yumrepo files should get backed up to the server-side filebucket before being modified Status changed from Rejected to Accepted
This is related to #999, and I'm just as confused as to how to solve it. I suppose the class doing the backup has access to the resources and from there to the filebucket, so maybe that'd work. ---------------------------------------- Bug #2027: Yumrepo files should get backed up to the server-side filebucket before being modified http://projects.reductivelabs.com/issues/2027 Author: falb Status: Accepted Priority: Normal Assigned to: Category: yumrepo Target version: Complexity: Unknown Affected version: 0.24.7 Keywords: i have in my site.pp: filebucket { main: server => "localhost", port => "8140", } File { owner => "root", group => "root", mode => "0444", backup => "main", } (i tunnel via ssh, thats why localhost) my understanding is that backups should go to server bucket. but: <pre> info: Filebucket[/Users/mf/Library/puppet/bucket]: Adding /etc/yum.repos.d/test.repo(40c8868273028f23631241d90381dd4a) from centos51.fasel.at </pre> it seems to me that a yumrepo is not a file but i could not find a way to assign a bucket to a yumrepo. after all, a yum repo results in a file, isnt it ? ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
