summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-15provide pgsql supportJamie McClelland
2011-03-15Take advantage of nodata option in mysql backupninja configJamie McClelland
2011-02-13Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
2010-11-01fix template to not include configuration lines if they are not defined this wasMicah 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-16Minor fixesSilvio Rhatto
2010-08-16Removing commentsSilvio Rhatto
2010-08-16Right now just local origin and remote destination is supported (2)Silvio Rhatto
2010-08-16Right now just local origin and remote destination is supportedSilvio Rhatto
2010-08-16Minor fixesSilvio Rhatto
2010-08-16Initial code for rsync handlerSilvio Rhatto
2010-06-07Fixing user commentsSilvio Rhatto
2010-06-05Minor fix at Backupninja_server_realize realizationSilvio Rhatto
2010-06-05Another change on backupninja::rdiff backuptag due to the introduction of ↵Silvio Rhatto
backupninja_server_realize
2010-06-05Adding back duplicate definition check for backupninja_server_realizeSilvio Rhatto
2010-06-05Testing without checking duplicate definition of backupninja_server_realizeSilvio Rhatto
2010-06-05Checking for backupninja_server_realize definition / commentsSilvio Rhatto
2010-06-05Fixing backupninja::server::sandbox parameter on backupninja::rdiffSilvio Rhatto
2010-06-05Trying a different approach to realize exported resourcesSilvio Rhatto
2010-06-05Trying another method to override an exported resource if already definedSilvio Rhatto
2010-06-05Reverting last change and trying exported resources override insteadSilvio Rhatto
2010-06-05Using namevars to deal with multiple backup destinationsSilvio Rhatto
2010-04-14change the parameter values in the sys handler to use true/falseMicah Anderson
values for the default to be more uniform with the other handler definitions
2010-04-14Reverting "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-27Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
2010-02-25fix a couple more bandwidthlimit spelling errorsMicah Anderson
2010-02-25fix the spelling of the bandwidthlimit optionMicah Anderson
2010-02-20Avoiding duplicate definition of ssh_authorized_keySilvio Rhatto
2010-02-10Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
2010-02-10the 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-02Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
2010-02-01fix syntax error in parameter delineationMicah Anderson
2010-02-01add doluks and dolvm parameters to the sys handlersMicah Anderson
2010-02-01Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
Conflicts: manifests/rdiff.pp
2010-01-29allow 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-05enclose namevar in curly bracesMicah Anderson
2010-01-05let the user override the nagios2_description, which is necessary forMicah Anderson
multiple backup defines on one host
2010-01-04change 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-29Adding $subfolder parameter at backupninja::rdiffSilvio Rhatto
New $subfolder defaulting to rdiff-backup allow configuration of which inner folder from $home rdiff backup should keep backups.
2009-12-21another important distinction in the README the newer nagios modulesMicah 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-21one more note about where things must be to make it workMicah Anderson
2009-12-21updated README to include some pre-requisite information required forMicah Anderson
nagios backupninja checks
2009-12-19fix the $real_nagios_server variable, this should be $nagios_server as ↵Micah Anderson
$real_ is not defined anywhere
2009-12-19add a package definition for nsca underneath the $nagios_server blockMicah 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-08Merge remote branch 'anarcat/master'Micah Anderson
2009-12-08fixed the README text now that the individual handler defines do theMicah Anderson
software installation automatically
2009-12-08Merge branch 'master' of ssh://git.koumbit.net/puppet/modules/backupninjaanarcat
2009-12-08very small typoanarcat
2009-12-08Merge remote branch 'anarcat/master'Micah Anderson
2009-12-08update README to provide upgrade information, information about nagiosMicah Anderson
configuration and a more clear step-by-step process for using the module
2009-12-08fix permissions on so backupninja doesn't complain loudlyAntoine Beaupre