diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-09 15:08:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-09 15:08:00 -0300 |
commit | a33718262f9daea4742e806c06afea2cdbd6e94a (patch) | |
tree | 78a034b31751cd3a9524dd0f22a201a9e5b20d45 /manifests | |
parent | 2bf05b82c9e6fc8e01cc6bbd68b2b44e8a4292ce (diff) | |
download | puppet-websites-a33718262f9daea4742e806c06afea2cdbd6e94a.tar.gz puppet-websites-a33718262f9daea4742e806c06afea2cdbd6e94a.tar.bz2 |
Removes moin and apache::rails from websites class
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c67e285..e9878eb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,8 +3,6 @@ class websites inherits websites::setup { include php include trac include websvn - include moin - include apache::rails include rsync::rrsync # Declare the needed classes for website hosting |