Issue #2027 has been updated by jamtur01.

Status changed from Unreviewed to Rejected

Filebucket currently only backs up files.  I am not sure how'd we implement a 
filebucket for all types - especially as they generate such varying output.
----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to