Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | Merge branch 'master' of git://git.sarava.org/puppet-backupninja | Jerome Charaoui | |
Conflicts: manifests/client.pp manifests/rdiff.pp | |||
2014-03-06 | Support for backupdir_ensure variable (5) | Silvio Rhatto | |
2014-03-06 | Support for backupdir_ensure variable (4) | Silvio Rhatto | |
2014-03-06 | Support for '' variable (3) | Silvio Rhatto | |
2014-03-06 | Support for '' variable (2) | Silvio Rhatto | |
2014-03-06 | Support for '' variable | Silvio Rhatto | |
2013-07-31 | Adjust checkbackups source path to comply with 2.7 standard | Jerome Charaoui | |
2012-05-15 | Force bash at remote destination (backupninja upstream #3003) | Silvio Rhatto | |
2011-10-12 | update nagios object definitions to fit latest nagios module | Jerome Charaoui | |
2010-06-07 | Fixing user comments | Silvio Rhatto | |
2010-06-05 | Minor fix at Backupninja_server_realize realization | Silvio Rhatto | |
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 | 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-02-20 | Avoiding duplicate definition of ssh_authorized_key | Silvio Rhatto | |
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-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-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-10-20 | fix typo that yields to a weird error | Antoine Beaupre | |
Could not create backup-nagios: Parameter type failed: interning empty string | |||
2009-09-24 | Merge commit 'micah/master' | Antoine Beaupre | |
Conflicts: manifests/mysql.pp manifests/rdiff.pp manifests/server.pp | |||
2009-08-26 | Fixing some definitions at backupninja::server::sandbox (2) | Silvio Rhatto | |
2009-08-26 | Fixing some definitions at backupninja::server::sandbox | Silvio Rhatto | |
2009-07-16 | 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-07-13 | adding support for keytypes in backupninja server. | drebs | |
2009-04-27 | add backups servicegroup, put rdiff in a seperate class so we can override | Antoine Beaupre | |
2009-01-14 | fix sandbox dependencies | Antoine Beaupre | |
2009-01-13 | rewrite nagios check scripts in perl | Antoine Beaupre | |
2009-01-08 | run the nagios checks more regularly | Antoine Beaupre | |
2009-01-06 | add checkbackups cron job, fix multiple instances of passive service for ↵ | Antoine Beaupre | |
manually specified sandboxes | |||
2008-12-11 | allow arbitrary keyfiles to be distributed alongside the rdiff plugin | Antoine Beaupre | |
2008-12-11 | fix user initialisation. without this i was getting: | Antoine Beaupre | |
Could not retrieve catalog: Puppet::Parser::AST::Resource failed with error ArgumentError: Duplicate definition: User[false] is already defined in file /etc/puppet/modules/backupninja/manifests/server.pp at line 103; cannot redefine at /etc/puppet/modules/backupninja/manifests/server.pp:103 on node alexandria.koumbit.net also add rsync and rdiff-backup on the backup server to make those methods work out of the box | |||
2008-12-06 | make the user depend on its home so it gets created properly | Antoine Beaupre | |
2008-08-01 | fix one screw up from last commit. | Pietro | |
2008-07-31 | change permissions to octals. | Pietro | |
2008-07-31 | remove extraneous curly brace | 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 | fix directory bug that was causing the home directory to be prepended to the ↵ | Micah Anderson | |
beginning of the $sshdir | |||
2008-07-31 | move to standardized spacing and indentation | Micah Anderson | |
2008-07-31 | re-add accidentally removed opening brace | 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-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 |