# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\Users\Tim\Documents\Project K\aegir\trunk\provision\db
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: db.drush.inc
--- db.drush.inc Base (BASE)
+++ db.drush.inc Locally Modified (Based On LOCAL)
@@ -265,7 +265,8 @@
    * access to the site database.
    */
   function grant_host_list() {
-    return array_unique(array_map(array($this, 'grant_host'), $this->context->service('http')->grant_server_list()));
+    return array("%"); //Grant access to all to database, so that we can auto-scale our apache cloud
+//    return array_unique(array_map(array($this, 'grant_host'), $this->context->service('http')->grant_server_list()));
   }
 
   /**
