diff options
-rw-r--r-- | modules/planet/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": |