aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2012-05-04 15:02:35 +0000
committerDamien Lallement <dams@mageia.org>2012-05-04 15:02:35 +0000
commitd88c3e5ded3b516f4d4470e069857fa486cdf2fc (patch)
treed0973ce5ab08dfd5b60fe075b42c65b236e62fe4
parent10f56f6663ff8f13f8d770d14b10ed1d59fce53f (diff)
downloadpuppet-d88c3e5ded3b516f4d4470e069857fa486cdf2fc.tar
puppet-d88c3e5ded3b516f4d4470e069857fa486cdf2fc.tar.gz
puppet-d88c3e5ded3b516f4d4470e069857fa486cdf2fc.tar.bz2
puppet-d88c3e5ded3b516f4d4470e069857fa486cdf2fc.tar.xz
puppet-d88c3e5ded3b516f4d4470e069857fa486cdf2fc.zip
fix call to rsnapshot module
-rw-r--r--manifests/nodes/fiona.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes/fiona.pp b/manifests/nodes/fiona.pp
index be914b63..b94a29f3 100644
--- a/manifests/nodes/fiona.pp
+++ b/manifests/nodes/fiona.pp
@@ -6,5 +6,5 @@ node fiona {
# - install a backup system
include common::default_mageia_server
timezone::timezone { 'Europe/Paris': }
- include rsnapshot
+ include rsnapshot::base
}