From 347cdaaa92ae792de39cdf2692c1564e412f698b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 25 Mar 2012 12:20:32 +0000 Subject: use the new name for mod_php module --- modules/blog/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/manifests') 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, -- cgit v1.2.1