From: Tommi Virtanen Date: Mon, 9 Jul 2012 22:24:08 +0000 (-0700) Subject: Rely on the apache2 cookbook to install relevant apache packages. X-Git-Tag: eval1~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05744dbafdd2f102a2ca8ea755b194a2a0164bee;p=ceph-cookbooks.git Rely on the apache2 cookbook to install relevant apache packages. Thanks to Guilhem Lettron for pointing this out. --- diff --git a/ceph/recipes/radosgw.rb b/ceph/recipes/radosgw.rb index 0b235dd..8a7fe65 100644 --- a/ceph/recipes/radosgw.rb +++ b/ceph/recipes/radosgw.rb @@ -20,11 +20,6 @@ include_recipe "ceph::rados-rest" packages = %w{ - apache2 - apache2-mpm-worker - apache2-utils - apache2.2-bin - apache2.2-common libapache2-mod-fastcgi }