diff options
Diffstat (limited to 'modules/blog/manifests')
-rw-r--r-- | modules/blog/manifests/init.pp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index d3640638..a65941a6 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 |