aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-08 23:44:29 -0500
committerMicah Anderson <micah@riseup.net>2009-12-08 23:44:29 -0500
commitb0315b3396298a75266e75f0af2589a32cb3f1fe (patch)
treeb3b7be4003ab42cd9eab4d06cab25b2327e7ec94
parent794d77183ad6fc79ad15dd2e5fecc9cf4cd3a162 (diff)
downloadpuppet-backupninja-b0315b3396298a75266e75f0af2589a32cb3f1fe.tar.gz
puppet-backupninja-b0315b3396298a75266e75f0af2589a32cb3f1fe.tar.bz2
fixed the README text now that the individual handler defines do the
software installation automatically
-rw-r--r--README28
1 files changed, 7 insertions, 21 deletions
diff --git a/README b/README
index b985ce5..465ae2e 100644
--- a/README
+++ b/README
@@ -47,28 +47,14 @@ You may also want to set some variables on your backup server, such as:
Configure your backup clients
-----------------------------
-First you must make sure that the proper backup software is installed
-on the client for the handler that you are using. To do this you can
-include the backupninja::client::$backupprogram class (where
-$backupprogram is one of: rdiff_backup, maildir, duplicity,
-rsync, sys). This will get the $backupprogram package installed
-automatically.
-
Every handler that requires certain backup software to be installed,
-will handle the installation of that software, if you are not handling
-it elsewhere in your manifests and you include the class, the list of
-classes you can include are as follows:
-
-include backupninja::client::rdiff_backup -- installs rdiff-backup
-include backupninja::client::maildir -- installs rsync
-include backupninja::client::duplicity -- installs duplicity
-include backupninja::client::sys -- installs debconf-utils and hwinfo
-
-When one of these classes is included, it will make sure that the
-correct version that is associated with puppet's 'installed' (or
-'present') parameter is installed. If you need to specify a specific
-version of the programs that the class installs, you can specify the
-version you need installed by providing a variable, for example:
+will handle the installation of that software, as long as you are not
+handling it elsewhere in your manifests. The handler will make sure
+that the correct version that is associated with puppet's 'installed'
+(or 'present') parameter is installed. If you need to specify a
+specific version of the programs that the class installs, you can
+specify the version you need installed by providing a variable, for
+example:
$rdiff_backup_ensure_version = "1.2.5-1~bpo40+1"
$rsync_ensure_version = "3.0.6-1~bpo50+1"