diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 10:48:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 10:48:32 -0300 |
commit | d2f1f8de3a6360ef0a0bf5ac41f756b50380e24a (patch) | |
tree | 2eb7fb2b2c39b9a94d48d2b6473b1634fd23411e | |
parent | a05dce10f21a6ea2e6b5192e68b6d1e8e8b0d622 (diff) | |
download | puppet-backup-d2f1f8de3a6360ef0a0bf5ac41f756b50380e24a.tar.gz puppet-backup-d2f1f8de3a6360ef0a0bf5ac41f756b50380e24a.tar.bz2 |
Include backup::params
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 4ae4971..7990386 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,6 +26,7 @@ class backup( $reportwarning = hiera('backup::reportwarning', True) ) { + include backup::params include backupninja::server include backupninja::client::duplicity include backupninja::client::rdiff_backup |