]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/recipes/default.rb
Remove unused roles
[chef.git] / cookbooks / forum / recipes / default.rb
index be229e75b00d68d37c418c7cdde2b5539ccc1f23..73698638805f8be4f6b7ba8eeca59152e8b746f5 100644 (file)
@@ -16,7 +16,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-include_recipe "apache:ssl"
+include_recipe "apache::ssl"
 include_recipe "git"
 include_recipe "mysql"
 
@@ -24,12 +24,13 @@ passwords = data_bag_item("forum", "passwords")
 
 package "php5"
 package "php5-cli"
+package "php5-mysql"
 package "php-apc"
 
 apache_module "php5"
 
 apache_site "default" do
-  action [ :disable ]
+  action [:disable]
 end
 
 apache_site "forum.openstreetmap.org" do