diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-04-17 16:29:20 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-04-17 17:12:16 -0400 |
commit | b24afc7ffbe844984e7a46a205e7f04d312fd04c (patch) | |
tree | f0be23671b501770c091bafb13ae73d43cdaebda | |
parent | a961041c9f80579bf9787af205fd29f6b04c73df (diff) | |
download | puppet-backupninja-b24afc7ffbe844984e7a46a205e7f04d312fd04c.tar.gz puppet-backupninja-b24afc7ffbe844984e7a46a205e7f04d312fd04c.tar.bz2 |
Clarify README upgrade notice
-rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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. |