summaryrefslogtreecommitdiff
path: root/manifests/maildir.pp
AgeCommit message (Collapse)Author
2015-04-17Rename backupninja::client class to backupninjaJerome Charaoui
2015-04-17move ensure_* package dependency parameters to backupninja::clientJerome Charaoui
2015-04-17implement parameters w/ defaults in client class, removing the need for ↵Jerome Charaoui
client::defaults
2015-04-17move package declarations in base resources and wrap with ensure_resourceJerome Charaoui
2009-12-07use the client classes for dependencies instead of directly defining packagesanarcat
2009-09-24Merge commit 'micah/master'Antoine Beaupre
Conflicts: manifests/mysql.pp manifests/rdiff.pp manifests/server.pp
2009-08-28New 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-06-16the rdiff handler requires rsync to be installed on the node, include itAntoine Beaupre
2008-10-06change the default order for the maildir handler to be 99, becauseMicah Anderson
this handler runs continuously its better if all the other handlers have run before this one is started (such as the rdiff-backup one)
2008-08-08fix remove, should default to false instead of 'no'Micah Anderson
2008-08-08adding the ability to specify how much maildir backups to keepMicah Anderson
2008-08-08standardize the spacing/indentationMicah Anderson
2008-07-08add some error checks to make sure necessary values are setMicah Anderson
2008-07-08unset some default values that probably shouldn't be setMicah Anderson
2008-07-08forgot the when parameter which is needed for this handlerMicah Anderson
2008-07-08make new maildir piece to backupninja moduleMicah Anderson