aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsnapshot
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-09-16 21:15:28 +0000
committerNicolas Vigier <boklm@mageia.org>2012-09-16 21:15:28 +0000
commit5926eabc4c3deb3dc1be7b6a4d1b54c02d71d522 (patch)
tree69145a2016892842024227a730aebba767446b35 /modules/rsnapshot
parentc535e518708b0f2a65b77864eb9bdd21c7715c7d (diff)
downloadpuppet-5926eabc4c3deb3dc1be7b6a4d1b54c02d71d522.tar
puppet-5926eabc4c3deb3dc1be7b6a4d1b54c02d71d522.tar.gz
puppet-5926eabc4c3deb3dc1be7b6a4d1b54c02d71d522.tar.bz2
puppet-5926eabc4c3deb3dc1be7b6a4d1b54c02d71d522.tar.xz
puppet-5926eabc4c3deb3dc1be7b6a4d1b54c02d71d522.zip
fix typo
Diffstat (limited to 'modules/rsnapshot')
-rw-r--r--modules/rsnapshot/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rsnapshot/manifests/init.pp b/modules/rsnapshot/manifests/init.pp
index 2d6cbe00..17175c32 100644
--- a/modules/rsnapshot/manifests/init.pp
+++ b/modules/rsnapshot/manifests/init.pp
@@ -60,7 +60,7 @@ class rsnapshot {
$rsnapshot_conf +> $conffile,
}
}
- if ($dweekly_interval != '0') {
+ if ($weekly_interval != '0') {
Rsnapshot::Cron_file <| title == 'weekly' |> {
$rsnapshot_conf +> $conffile,
}