From f83e2c85a7f0d2402982942150688b7373a9d5ab Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 25 Mar 2012 12:20:24 +0000 Subject: split some others modules in separate file --- modules/planet/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/planet') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index e5b127b7..3951e10d 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -10,7 +10,7 @@ class planet { $vhost = "planet.$domain" include apache::mod_php - include apache::mod_deflate + include apache::mod::deflate apache::vhost_base { "$vhost": location => $location, -- cgit v1.2.1