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

derhasi’s picture

The 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.

derhasi’s picture

Status: Active » Postponed (maintainer needs more info)

Is that enough info for you?

derhasi’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)