aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/blog/manifests/init.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index a65941a6..d3640638 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -24,12 +24,12 @@ class blog {
content => template("blog/check_new-blog-post.sh")
}
- #cron { blog:
- # user => blog,
- # minute => '*/15',
- # command => "/usr/local/bin/check_new-blog-post.sh",
- # require => [File["check_new-blog-post"], User['blog']],
- #}
+ cron { blog:
+ user => blog,
+ minute => '*/15',
+ command => "/usr/local/bin/check_new-blog-post.sh",
+ require => [File["check_new-blog-post"], User['blog']],
+ }
include apache::mod_php