2014-03-30 03:24:40 +00:00
|
|
|
* Need a way to run an action when a property changes, but only
|
|
|
|
run it once for the whole. For example, may want to restart apache,
|
|
|
|
but only once despite many config changes being made to satisfy
|
|
|
|
properties. onChange is a poor substitute.
|
2014-03-30 04:17:44 +00:00
|
|
|
* I often seem to want to be able to combine Properties monadically.
|
2014-03-31 19:46:23 +00:00
|
|
|
* --spin needs 4 ssh connections when bootstrapping a new host
|
|
|
|
that does not have the git repo yet. Should be possible to get that
|
|
|
|
down to 1.
|
2014-04-01 19:30:26 +00:00
|
|
|
* Currently only Debian and derivatives are supported by most Properties.
|
|
|
|
One way to improve that would be to parameterize Properties with a
|
|
|
|
Distribution witness.
|
2014-04-01 18:57:05 +00:00
|
|
|
* Display of docker container properties is a bit wonky. It always
|
|
|
|
says they are unchanged even when they changed and triggered a
|
|
|
|
reprovision.
|
2014-04-01 19:34:28 +00:00
|
|
|
* Nothing brings up docker containers on boot. Although the next time
|
|
|
|
propellor runs it will notice if a container is done, and fix it.
|
|
|
|
Should propellor be run on boot? Or should provisioning a container
|
|
|
|
install a systemd service file to start it?
|