Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-12 | remove duplicate $home parameter definition in backupninja::rdiff | Jerome Charaoui | |
2010-01-05 | let the user override the nagios2_description, which is necessary for | Micah Anderson | |
multiple backup defines on one host | |||
2009-12-08 | fix rdiff_backup include typo | Antoine Beaupre | |
2009-12-07 | use the client classes for dependencies instead of directly defining packages | anarcat | |
2009-10-20 | move the tag where it belongs (in remote) | Antoine Beaupre | |
2009-10-20 | fix directory | Antoine Beaupre | |
2009-09-24 | Merge commit 'micah/master' | Antoine Beaupre | |
Conflicts: manifests/mysql.pp manifests/rdiff.pp manifests/server.pp | |||
2009-08-29 | Adding missing keystore and backupkeystore parameters at rdiff and dup ↵ | Silvio Rhatto | |
definitions | |||
2009-08-28 | Adding keytype 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 | Defaulting backupkeytype to 'rsa' | Silvio Rhatto | |
2009-08-27 | Making backupkeytype = false by default to avoided blank keytype | Silvio Rhatto | |
2009-08-27 | Removing wrong defined() call | Silvio Rhatto | |
2009-08-27 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
2009-08-27 | Merge commit '6734c256525e1dd42ba3648db82083bcabca66ed' | Micah Anderson | |
Conflicts: manifests/dup.pp | |||
2009-08-27 | set a requirement that the rdiff-backup directory variable must be set | Micah Anderson | |
2009-08-27 | Trying to avoid duplicate definition of backupninja::client::key on ↵ | Silvio Rhatto | |
backupninja::rdiff | |||
2009-08-26 | Setting the right default value for backupkeytype | Silvio Rhatto | |
2009-08-26 | Adding backupkeytype parameter at backupninja::rdiff | Silvio Rhatto | |
2009-08-26 | Oops | Silvio Rhatto | |
2009-08-26 | Add rdiff::backup option to config dest user home folder | Silvio Rhatto | |
2009-06-16 | add extras flag to add arbitrary options to rdiff configuration | Antoine Beaupre | |
2009-04-27 | always use force, use backports for rdiff-backup in etch so we always use ↵ | Antoine Beaupre | |
lenny's version | |||
2009-01-17 | fix resource tag exported from rdiff resources, install rdiff in the ↵ | Antoine Beaupre | |
rdiff-backup define | |||
2009-01-14 | revert part of last commit: the backuptag is really based on the host ↵ | Antoine Beaupre | |
provided to the rdiff command and the host provided to the sandbox is the fqdn of the server | |||
2009-01-14 | default backup tag to fqdn, not specified host | Antoine Beaupre | |
2009-01-06 | send the fqdn, not the specified host, to the sandbox so that it knows for ↵ | Antoine Beaupre | |
which host it's being configured | |||
2008-12-11 | allow arbitrary keyfiles to be distributed alongside the rdiff plugin | Antoine Beaupre | |
2008-12-06 | replace the directory parameter by a home parameter | Antoine Beaupre | |
the directory is now /rdiff-backup to avoid rdiff-backup overwriting the .ssh dir at every run | |||
2008-07-31 | allow for a resource override of managing the ssh directory | Micah Anderson | |
2008-07-31 | enable the ability to override if the ssh directory is managed or not, in | Micah Anderson | |
situations where there is a system-wide /etc/ssh/authorized_keys directory, this will likely not be managed by the backupninja module, and managing it here will result in duplicate definitions | |||
2008-07-31 | move to standardized spacing and indentation | Micah Anderson | |
2008-07-31 | add missing parameter for Backupninja::Rdiff type | Micah Anderson | |
2008-07-31 | setup the backupninja module to enable specification of the location | Micah Anderson | |
of the ssh authorized_keys directories and files so that if you are not using the standard location for authorized_keys files ($HOME/.ssh/authorized_keys) and instead using the /etc/ssh/sshd_config option "AuthorizedKeysFile" you can then specify where that will be. For example, if your /etc/ssh/sshd_config has: AuthorizedKeysFile /etc/ssh/authorized_keys/$u then you could specify in the rdiff-backup definition the following parameters: ... ssh_dir => "/etc/ssh/authorized_keys", authorized_keys_file => "${hostname}", to create the file /etc/ssh/authorized_keys/${hostname} instead of the default location (if unspecifed, the default is used). | |||
2008-06-05 | Add vsinclude option to rdiff handler | Micah Anderson | |
2008-06-03 | add a way to override the automatic tag creation based on hostname | Micah Anderson | |
set the backuptag on crabgrass to not use the default one, otherwise it wont be collected | |||
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-30 | fix backupninja rdiff server sandbox to enable multiple rdiff definitions ↵ | Micah Anderson | |
differentiated by their name variable | |||
2008-05-22 | fix missing colon | Micah Anderson | |
2008-05-22 | try to manage the backupninja keys in a sane way, but might be totally insane | Micah Anderson | |
2008-02-29 | install anarcats backupninja module changes | Micah Anderson | |
2007-11-20 | add backupninja module | Micah Anderson | |