aboutsummaryrefslogtreecommitdiff
path: root/manifests/client.pp
AgeCommit message (Collapse)Author
2010-01-29allow for a version variable override for the backupninja package,Micah Anderson
instead of hard-coding the 0.9.6 release. This changes the installed version to be 'installed', and lets you specify a variable if you wish to install a different version
2009-12-08fix permissions on so backupninja doesn't complain loudlyAntoine Beaupre
2009-12-07Added class backupninja::client::sys to install neccessary files for ↵Varac
backupninja::sys on debian and ubuntu.
2009-08-28Trying a different way to test definitions at backupninja::client::key (3)Silvio Rhatto
2009-08-28Trying a different way to test definitions at backupninja::client::key (2)Silvio Rhatto
2009-08-28Trying a different way to test definitions at backupninja::client::keySilvio Rhatto
2009-08-28New backupninja::client::defaults to avoid duplicates.Silvio Rhatto
Adding part of client.pp code into new class backupninja::client::defaults in an attempt to avoid duplicate definitions inside backupninja::client::key.
2009-08-27Adding additional clause to avoid blank real_keytypeSilvio Rhatto
2009-08-27Adding additional clause to avoid blank keytypeSilvio Rhatto
2009-08-27Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
Conflicts: manifests/dup.pp
2009-08-27* add duplicity package management class to the client classMicah Anderson
* update the README to be more clear about how this works, provide more examples and included details about the addition of the backupninja::client::duplicity class
2009-08-26Avoiding duplicate file definitions at backupninja::client::keySilvio Rhatto
2009-07-15fix rdiff-backup class name, "You can use Aa-Zz, 0-9 and underscores in ↵Micah Anderson
variables, resources and class names." which means no dashes in class names either
2009-07-15remove redundant case statements which tested to see if the package ensure ↵Micah Anderson
version variables were set changed the $rdiff-backup_ensure_version variable to $rdiff_backup_ensure_version as dashes are not allowed in variable names
2009-07-15create subclasses for maildir and rdiff-backup. If you are using these ↵Matt Taggart
features of backupninja, you'll want to switch to doing "include backupninja::client::maildir" for the machines that need it and this will pull in backupninja::client, so you don't need to include that anymore if you were explicitly doing so for those machines (although it shouldn't hurt). Right now what using these new subclasses will get you is dependencies on needed packages, but in the future there might be more.
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