aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/blog/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index 5be212e6..7c7220cd 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -25,6 +25,6 @@ class blog {
user => blog,
minute => 15,
command => "/usr/local/bin/check_new-blog-post.sh",
- require => File["check_new-blog-post"],
+ require => File["check_new-blog-post"]
}
}