Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-21 | another important distinction in the README the newer nagios modules | Micah Anderson | |
which move us from using nagios2::service to nagios::service (which support nagios3 and the puppet built-in native types) are not currently supported | |||
2009-12-21 | one more note about where things must be to make it work | Micah Anderson | |
2009-12-21 | updated README to include some pre-requisite information required for | Micah Anderson | |
nagios backupninja checks | |||
2009-12-19 | fix the $real_nagios_server variable, this should be $nagios_server as ↵ | Micah Anderson | |
$real_ is not defined anywhere | |||
2009-12-19 | add a package definition for nsca underneath the $nagios_server block | Micah Anderson | |
this makes sure that the nsca package is installed, as it is a dependency for the nagios checks. It does not configure any of the nsca bits. In fact this should be done in a nagios::nsca class and instead this module should require that | |||
2009-12-08 | Merge remote branch 'anarcat/master' | Micah Anderson | |
2009-12-08 | fixed the README text now that the individual handler defines do the | Micah Anderson | |
software installation automatically | |||
2009-12-08 | Merge branch 'master' of ssh://git.koumbit.net/puppet/modules/backupninja | anarcat | |
2009-12-08 | very small typo | anarcat | |
2009-12-08 | Merge remote branch 'anarcat/master' | Micah Anderson | |
2009-12-08 | update README to provide upgrade information, information about nagios | Micah Anderson | |
configuration and a more clear step-by-step process for using the module | |||
2009-12-08 | fix permissions on so backupninja doesn't complain loudly | Antoine Beaupre | |
2009-12-08 | fix rdiff_backup include typo | Antoine Beaupre | |
2009-12-07 | remove no longer referenced call to rdiff-installed class, and add a check ↵ | Micah Anderson | |
for rsync package installation to avoid duplicate package definitions | |||
2009-12-07 | move if block up further to the place where the checkbackups script is installed | Micah Anderson | |
2009-12-07 | replace koumbit-specific nagios server configuration with a $nagios_server ↵ | Micah Anderson | |
variable that can be set. updated README to detail this information | |||
2009-12-07 | Merge remote branch 'anarcat/master' | Micah Anderson | |
2009-12-07 | use the client classes for dependencies instead of directly defining packages | anarcat | |
2009-12-07 | Added class backupninja::client::sys to install neccessary files for ↵ | Varac | |
backupninja::sys on debian and ubuntu. | |||
2009-10-20 | move the tag where it belongs (in remote) | Antoine Beaupre | |
2009-10-20 | fix typo that yields to a weird error | Antoine Beaupre | |
Could not create backup-nagios: Parameter type failed: interning empty string | |||
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-09-24 | fix vserver lookup script | Antoine Beaupre | |
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 | 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 | Defaulting backupkeytype to 'rsa' | Silvio Rhatto | |
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 | 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 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
Conflicts: manifests/dup.pp | |||
2009-08-27 | add a note about the password variable needing to be enclosed in single quotes | Micah Anderson | |
2009-08-27 | the $password variable also must be set, so spit an error if it is not defined | Micah Anderson | |
2009-08-27 | set a requirement that the rdiff-backup directory variable must be set | Micah Anderson | |
2009-08-27 | fix the $desthost variable requirement, was incorrectly set to $host | Micah Anderson | |
add a $destdir variable requirement | |||
2009-08-27 | I unset the duplicity options that are set by default by backupninja | Micah Anderson | |
already (it is unecessary to set them when they are already set to the defaults): testconnect, sign, keep, bandwidthlimit I also unset because they were not set to the defaults: $tmpdir = "/var/tmp/duplicity", $nicelevel = 19. The defaults for these are: $tmpdir = "/tmp", and $nicelevel = 0. The example configuration files included in backupninja are confusing about these, so I've just clarified those in the upstream source. Then there were a couple options that were set to values that I think should not be set: $password = "a_very_complicated_passphrase" -- I dont think this should be set by default at all, because people will accidentally use this passphrase by default (yuck). People should be forced to set this. I also reset the $destdir = "/backups" setting to be false. This value must be set, but I dont think it should be set by default. | |||
2009-08-27 | remove some stray comments | Micah Anderson | |
2009-08-27 | Fixing some definitions at backupninja::server::sandbox (2) | Silvio Rhatto | |
2009-08-27 | Fixing some definitions at backupninja::server::sandbox | Silvio Rhatto | |
2009-08-27 | Checking whether an exported resource is defined | Silvio Rhatto | |
Checking whether an exported resource is already defined at backupninja::server::sandbox, otherwise puppet will try to redefined them each time a backup resource type is invoked with the same arguments (such as $directory), raising an error. | |||
2009-08-27 | add in comment from 05efcc415ed19793e10d71e95a1d412e5d2095d1, didn't | Micah Anderson | |
merge this commit, because it also includes the package installation bits that we are doing a different way | |||
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-27 | Merge commit '73c59d37ff9f35abf4307fd243e4ed5ec9e78d97' | Micah Anderson | |