Closed (fixed)
Project:
Master
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 06:36 UTC
Updated:
25 Apr 2013 at 06:27 UTC
I am quite interested in this module, but i am using Aegir for dev and prod and I dont want to have to do custom settings.php
Aegir manages settings.php and will over-write any custom.
It is possible to make sub or local settings.php for each site, but is there a way to do this without that need?
Comments
Comment #1
derhasi commentedThe cofniguration is loaded via variable_get(), so you could write the master modules as array to the variable table (via variable_set()).
edit: ... or use strongarm for that.
Comment #2
derhasi commentedIs that enough info for you?
Comment #3
derhasi commented