]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Clarify README upgrade notice
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Fri, 17 Apr 2015 20:29:20 +0000 (16:29 -0400)
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Fri, 17 Apr 2015 21:12:16 +0000 (17:12 -0400)
README

diff --git a/README b/README
index 6e0c258890dab1d83716e35ec3d016ba0d034e65..f459061c58a78498500d02a3dae7f75d157569fc 100644 (file)
--- a/README
+++ b/README
@@ -18,10 +18,14 @@ and can now be overridden thanks to the brand new technology of class
 parameters. This class also manages the backupninja configuration file,
 replacing the backupninja::config ressource.
 
-The backupninja::server class has some minor changes, including some
-changes related to the nagios passive checks. See the code for details.
-
-Handlers are *mostly* unchanged.
+The backupninja::server class now takes parameters, replacing several
+global variables such as $backupdir, $backupserver_tag and
+$nagios_server. The $manage_nagios parameter also replaces the
+$use_nagios global.
+
+As for handlers, they don't include the backupninja::client anymore and
+now read several default values from the backupninja base class. Most
+handler declarations shouldn't need any changes.
 
 See below for dependencies which have been introduced in this version.