Issue #2027 has been updated by James Turnbull.

Target version changed from 0.25.5 to 0.25.6


----------------------------------------
Bug #2027: Yumrepo files should get backed up to the server-side filebucket 
before being modified
http://projects.puppetlabs.com/issues/2027

Author: Markus Falb
Status: Accepted
Priority: Normal
Assigned to: 
Category: yumrepo
Target version: 0.25.6
Affected version: 0.24.7
Keywords: 
Branch: 


i have in my site.pp:
<pre>
filebucket { main:
    server => "localhost",
    port => "8140",
}

File {
    owner => "root",
    group => "root",
    mode => "0444",
    backup => "main",
}
</pre>

(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://projects.puppetlabs.com/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