aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/manifests/init.pp')
-rw-r--r--modules/blog/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index d48acd23..2bb061f5 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -7,7 +7,7 @@ class blog {
ensure => installed
}
file { "check_new-blog-post":
- path => "/home/blog/check_new-blog-post.sh",
+ path => "/usr/local/bin/check_new-blog-post.sh",
ensure => present,
owner => blog,
group => blog,
@@ -18,7 +18,7 @@ class blog {
user => blog,
hour => 0,
minute => 15,
- command => "/home/blog/check_new-blog-post.sh",
+ command => "/usr/local/bin/check_new-blog-post.sh",
require => File["check_new-blog-post"],
}
}