summaryrefslogtreecommitdiff
path: root/trove.configure
Commit message (Collapse)AuthorAgeFilesLines
* trove: Allow multiple configuration placeholders on one lineSam Thursfield2014-03-061-9/+9
| | | | | | | | The generated /etc/trove-setup.sed script, used to set up site configuration for a deployed Trove on first-boot by trove-early-setup, did not specify the 'g' (global) flag which meant that lines with more than one occurance of a placeholder such as ##TROVE_HOST## were not set correctly.
* trove: Make dependency graph of trove-early-setup.service clearerSam Thursfield2014-03-031-0/+6
| | | | | | It's hard to spot the 'reboot' command at the bottom of the list of commands and it's a non-standard thing to do. This change should make it more obvious what goes on during Trove first boot.
* trove: Don't keep trove-early-setup systemd unit in /varSam Thursfield2014-03-031-7/+16
| | | | | | If /var is a subvolume then we cannot access it until local-fs.target has completed, and certainly we can't expect it to be around when systemd is deciding what units to execute.
* trove: Avoid running trove-early-setup on upgradesSam Thursfield2014-03-031-3/+11
| | | | The trove-early-setup configuration tool is for initial deployment only.
* Add troveRichard Ipsum2013-12-171-0/+168