Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | Added class backupninja::client::sys to install neccessary files for ↵ | Varac | |
backupninja::sys on debian and ubuntu. | |||
2009-08-28 | Trying a different way to test definitions at backupninja::client::key (3) | Silvio Rhatto | |
2009-08-28 | Trying a different way to test definitions at backupninja::client::key (2) | Silvio Rhatto | |
2009-08-28 | Trying a different way to test definitions at backupninja::client::key | Silvio Rhatto | |
2009-08-28 | New 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-27 | Adding additional clause to avoid blank real_keytype | Silvio Rhatto | |
2009-08-27 | Adding additional clause to avoid blank keytype | Silvio Rhatto | |
2009-08-27 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
Conflicts: manifests/dup.pp | |||
2009-08-27 | * add duplicity package management class to the client class | Micah 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-26 | Avoiding duplicate file definitions at backupninja::client::key | Silvio Rhatto | |
2009-07-15 | fix 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-15 | remove 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-15 | create 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-03 | upgrade backupninja version to the version that will be shipped with lenny | Micah Anderson | |
2008-10-16 | err, meant to upgrade the backupninja package here, not the rdiff one | Micah Anderson | |
2008-10-16 | update backupninja version to newest version in BPO. this enables etch ↵ | Micah Anderson | |
machines to talk to lenny | |||
2008-10-06 | update backupninja package to the version that is in lenny | Micah Anderson | |
2008-08-06 | update to latest backupninja | Micah Anderson | |
2008-07-31 | change permissions to octals. | Pietro | |
2008-07-31 | allow for a resource override of managing the ssh directory | Micah Anderson | |
2008-07-31 | more formatting changes | Micah Anderson | |
2008-06-03 | installkey uses true value now instead | Micah Anderson | |
2008-05-30 | change from installkeys to installkey | Micah 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-30 | change the backupninja::client::key definition to use the $user variable | Micah 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-22 | remove debugging info | Micah Anderson | |
2008-05-22 | fix up the key creation | Riseup | |
2008-05-22 | oops, one more curly brace fix | Micah Anderson | |
2008-05-22 | fix missing curly braces, and also fix up indentation | Micah Anderson | |
2008-05-22 | try to manage the backupninja keys in a sane way, but might be totally insane | Micah Anderson | |
2008-05-20 | harmonize spacing to be consistant | Micah Anderson | |
2008-02-29 | install anarcats backupninja module changes | Micah Anderson | |