From cb01cbdca15ee9214337ac6d64d270805efb7a49 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Fri, 28 Jan 2011 12:43:56 +0000 Subject: fix planet instead of blog on init.pp --- modules/planet/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index 813fa6d7..a819cc5a 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -1,7 +1,7 @@ #TODO: # - add the creation of the user 'planet' in puppet # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog) -class blog { +class planet { include apache::mod_php apache::vhost_other_app { "planet.$domain": -- cgit v1.2.1