Issue #2027 has been updated by immerda.
Just as a note: If you use a wrapper define, like I do on https://git.puppet.immerda.ch/?p=module-yum;a=blob;f=manifests/init.pp;h=810babd180f21b26631889abd4252ee9fd162670;hb=acb73e62df5ddea05a0acf611425c0bc8b093d36#l294, this should be possible, as you manage the file as well. ---------------------------------------- Bug #2027: yumrepo filebucket http://projects.reductivelabs.com/issues/2027 Author: falb Status: Rejected 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 -~----------~----~----~----~------~----~------~--~---
