diff options
author | Damien Lallement <dams@mageia.org> | 2011-01-28 12:43:56 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-01-28 12:43:56 +0000 |
commit | cb01cbdca15ee9214337ac6d64d270805efb7a49 (patch) | |
tree | 96ce9a1771ea34212aeca4b0d4de0c5062debc84 /modules/planet | |
parent | 6a11784538c4ac27cfa6c0b237e7211bf7d13681 (diff) | |
download | puppet-cb01cbdca15ee9214337ac6d64d270805efb7a49.tar puppet-cb01cbdca15ee9214337ac6d64d270805efb7a49.tar.gz puppet-cb01cbdca15ee9214337ac6d64d270805efb7a49.tar.bz2 puppet-cb01cbdca15ee9214337ac6d64d270805efb7a49.tar.xz puppet-cb01cbdca15ee9214337ac6d64d270805efb7a49.zip |
fix planet instead of blog on init.pp
Diffstat (limited to 'modules/planet')
-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": |