]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Rely on the apache2 cookbook to install relevant apache packages.
authorTommi Virtanen <tv@inktank.com>
Mon, 9 Jul 2012 22:24:08 +0000 (15:24 -0700)
committerTommi Virtanen <tv@inktank.com>
Mon, 9 Jul 2012 22:24:08 +0000 (15:24 -0700)
Thanks to Guilhem Lettron for pointing this out.

ceph/recipes/radosgw.rb

index 0b235ddea8d9eed0b48d345ded1bdac8a5686dca..8a7fe65c44265fa83a0f27731045e2fe6f108109 100644 (file)
 include_recipe "ceph::rados-rest"
 
 packages = %w{
-       apache2
-       apache2-mpm-worker
-       apache2-utils
-       apache2.2-bin
-       apache2.2-common
        libapache2-mod-fastcgi
 }