Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | Merge branch 'master' of https://git-nadir.immerda.ch/puppet-backupninja | Jerome Charaoui | |
Conflicts: manifests/rdiff.pp | |||
2013-09-14 | sshkeys depend on /root/.ssh | varac | |
2013-07-31 | Adjust checkbackups source path to comply with 2.7 standard | Jerome Charaoui | |
2013-04-20 | fix $directory | varac | |
2013-04-20 | default parameter for $home moved to define parameter | varac | |
2013-04-20 | real_home is a leftover from former times | varac | |
2013-04-14 | Merge branch 'master' of code.leap.se:puppet_backupninja into nadir_master | varac | |
2013-03-07 | declare $directory not only if $type is 'remote' | varac | |
2013-01-31 | updating nagios scripts | kwadronaut | |
2013-01-24 | NOPASSWD: for nagios check | varac | |
2013-01-24 | typo at cmd def | varac | |
2013-01-24 | sudo def for duplicity check | varac | |
2013-01-24 | double quote variable | varac | |
2013-01-24 | call Backupninja Duplicity with fqdn so it is a unique name | varac | |
2013-01-24 | added nrpe cmd and service definition | varac | |
2013-01-24 | check_backupninja_duplicity.py nagios script | varac | |
2013-01-21 | README:Automatic creation of ssh-keys for duplicity | varac | |
2012-12-03 | use same name for key creation and deployment | varac | |
2012-11-30 | possibilty to create a ssh keypair on the master | varac | |
added following parameters to backupninja::duplicity and backupninja::client::key : $createkey $keystorefspath $keydest $keydestname | |||
2012-11-30 | add backupninja::generate_sshkey | varac | |
2012-10-29 | default: dump to /var/backups/postgres instead of /var/backup/postgres, like ↵ | varac | |
the mysql handler | |||
2012-10-28 | provide pgsql support | Jamie McClelland | |
2011-10-12 | make checkbackups script ignore lost+found dir | Jerome Charaoui | |
2011-10-12 | give sandbox user $home a saner default | Jerome Charaoui | |
2011-10-12 | update nagios object definitions to fit latest nagios module | Jerome Charaoui | |
2011-10-12 | remove duplicate $home parameter definition in backupninja::rdiff | Jerome Charaoui | |
2010-11-01 | fix template to not include configuration lines if they are not defined this was | Micah Anderson | |
necessary to change because in puppet 2.6, if you did not set one of the variables that had no defaults (eg. reporthost), you would get a backupninja config file with 'reporthost = undef', which is not valid for backupninja | |||
2010-04-14 | change the parameter values in the sys handler to use true/false | Micah Anderson | |
values for the default to be more uniform with the other handler definitions | |||
2010-04-14 | Reverting "the lvm and luks sys template should default to 'no' for both of ↵ | Micah Anderson | |
these options. turning them on by default means that you get warnings/errors for systems that do not have either of these. you should opt-in, not opt-out" I misunderstood the ternary operator here | |||
2010-02-25 | fix a couple more bandwidthlimit spelling errors | Micah Anderson | |
2010-02-25 | fix the spelling of the bandwidthlimit option | Micah Anderson | |
2010-02-10 | the lvm and luks sys template should default to 'no' for both of these options. | Micah Anderson | |
turning them on by default means that you get warnings/errors for systems that do not have either of these. you should opt-in, not opt-out | |||
2010-02-01 | fix syntax error in parameter delineation | Micah Anderson | |
2010-02-01 | add doluks and dolvm parameters to the sys handlers | Micah Anderson | |
2010-01-29 | allow 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 | |||
2010-01-05 | enclose namevar in curly braces | Micah Anderson | |
2010-01-05 | let the user override the nagios2_description, which is necessary for | Micah Anderson | |
multiple backup defines on one host | |||
2010-01-04 | change the nagios2::passive_service check so that it uses the $name variable ↵ | Micah Anderson | |
instead of the $real_host variable because $real_host prevents us from creating more than one rdiff-backup define on a server because this will cause a duplicate defintion. The $name variable allows for multiple without creating duplicate passive_service checks | |||
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 | |