aboutsummaryrefslogtreecommitdiff
path: root/manifests/client.pp
AgeCommit message (Collapse)Author
2009-01-03upgrade backupninja version to the version that will be shipped with lennyMicah Anderson
2008-10-16err, meant to upgrade the backupninja package here, not the rdiff oneMicah Anderson
2008-10-16update backupninja version to newest version in BPO. this enables etch ↵Micah Anderson
machines to talk to lenny
2008-10-06update backupninja package to the version that is in lennyMicah Anderson
2008-08-06update to latest backupninjaMicah Anderson
2008-07-31change permissions to octals.Pietro
2008-07-31allow for a resource override of managing the ssh directoryMicah Anderson
2008-07-31more formatting changesMicah Anderson
2008-06-03installkey uses true value now insteadMicah Anderson
2008-05-30change from installkeys to installkeyMicah Anderson
when you have two rdiff-backup calls, then the User is a Duplicate definition, i think the only way to do it is to have a variable that you can set to turn off user handling (which we make $installuser and $usermanage be consistant with $installkey and $keymanage), which is set true by default, but when you have a second rdiff call on a host, you can set it to false
2008-05-30change the backupninja::client::key definition to use the $user variableMicah Anderson
change the $host variable to no longer use the $user variable, that way multiple rdiff's can be instantiated for a particular host, with different name variables in order to do that, the class also has to have the $installkeys variable that can be passed to backupninja::client::key so that the second rdiff instantiation would set installkeys => false, otherwise there will be an attempt to duplicate the resource
2008-05-22remove debugging infoMicah Anderson
2008-05-22fix up the key creationRiseup
2008-05-22oops, one more curly brace fixMicah Anderson
2008-05-22fix missing curly braces, and also fix up indentationMicah Anderson
2008-05-22try to manage the backupninja keys in a sane way, but might be totally insaneMicah Anderson
2008-05-20harmonize spacing to be consistantMicah Anderson
2008-02-29install anarcats backupninja module changesMicah Anderson