diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 10:55:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 10:55:53 -0200 |
commit | 66b34c1b94c3a18e1cdce1c44c02b779531faf55 (patch) | |
tree | 78a9139ac179ff1a65ddbaae4c4105c095122ce0 | |
parent | 76d2b8802fc5c26cd4fce2b8ad1e657010f16ef3 (diff) | |
download | puppet-nodo-66b34c1b94c3a18e1cdce1c44c02b779531faf55.tar.gz puppet-nodo-66b34c1b94c3a18e1cdce1c44c02b779531faf55.tar.bz2 |
Adding php module
-rw-r--r-- | manifests/websites.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/websites.pp b/manifests/websites.pp index 326e670..adfd11e 100644 --- a/manifests/websites.pp +++ b/manifests/websites.pp @@ -81,6 +81,7 @@ class websites::setup { class websites::hosting inherits websites::setup { # Include the needed classes for website hosting + include php include drupal include gitweb include trac |