]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Rework civicrm using wordpress instead of drupal
[chef.git] / roles / foundation.rb
index cc80f3dfe9b2d0d339c40378dae8792d7c9153d8..b6a324772ada25f972634d4eab2c0cf53f586f8d 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox", "aw-drupal" ]
+    :sources => [ "brightbox" ]
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,6 +18,5 @@ default_attributes(
 )
 
 run_list(
-  "recipe[mediawiki]",
   "recipe[civicrm]"
 )