diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-19 15:12:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-19 15:12:17 -0200 |
commit | fa26bbbfcfdc01402c118b88b931eca2ecad7ee7 (patch) | |
tree | 11bcd0946128f1a8c5b9a753a0a576fbd9e474b9 | |
parent | fad39557ea1c504b2c2b91cc27a52e4fbad3d9da (diff) | |
download | puppet-nodo-fa26bbbfcfdc01402c118b88b931eca2ecad7ee7.tar.gz puppet-nodo-fa26bbbfcfdc01402c118b88b931eca2ecad7ee7.tar.bz2 |
Including wordpress at websites::hosting
-rw-r--r-- | manifests/subsystems/websites.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 206b443..cd2d060 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -138,6 +138,7 @@ class websites::hosting inherits websites::setup { include ikiwiki include pmwiki include apache::rails + include websites apache::site { "images": docroot => "${apache_www_folder}/images", |