diff options
Diffstat (limited to 'modules/blog/manifests/init.pp')
-rw-r--r-- | modules/blog/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index b6adecf2..647ea769 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -29,7 +29,7 @@ class blog { require => Local_script['check_new-blog-post.sh'], } - include apache::mod_php + include apache::mod::php apache::vhost_base { "$blog_domain": location => $blog_location, |