Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-16 | Minor fixes | Silvio Rhatto | |
2010-08-16 | Removing comments | Silvio Rhatto | |
2010-08-16 | Right now just local origin and remote destination is supported (2) | Silvio Rhatto | |
2010-08-16 | Right now just local origin and remote destination is supported | Silvio Rhatto | |
2010-08-16 | Minor fixes | Silvio Rhatto | |
2010-08-16 | Initial code for rsync handler | Silvio Rhatto | |
2010-06-07 | Fixing user comments | Silvio Rhatto | |
2010-06-05 | Minor fix at Backupninja_server_realize realization | Silvio Rhatto | |
2010-06-05 | Another change on backupninja::rdiff backuptag due to the introduction of ↵ | Silvio Rhatto | |
backupninja_server_realize | |||
2010-06-05 | Adding back duplicate definition check for backupninja_server_realize | Silvio Rhatto | |
2010-06-05 | Testing without checking duplicate definition of backupninja_server_realize | Silvio Rhatto | |
2010-06-05 | Checking for backupninja_server_realize definition / comments | Silvio Rhatto | |
2010-06-05 | Fixing backupninja::server::sandbox parameter on backupninja::rdiff | Silvio Rhatto | |
2010-06-05 | Trying a different approach to realize exported resources | Silvio Rhatto | |
2010-06-05 | Trying another method to override an exported resource if already defined | Silvio Rhatto | |
2010-06-05 | Reverting last change and trying exported resources override instead | Silvio Rhatto | |
2010-06-05 | Using namevars to deal with multiple backup destinations | Silvio Rhatto | |
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-27 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
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-20 | Avoiding duplicate definition of ssh_authorized_key | Silvio Rhatto | |
2010-02-10 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
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-02 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
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-02-01 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
Conflicts: manifests/rdiff.pp | |||
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-29 | Adding $subfolder parameter at backupninja::rdiff | Silvio Rhatto | |
New $subfolder defaulting to rdiff-backup allow configuration of which inner folder from $home rdiff backup should keep backups. | |||
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 | |