diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 19:22:49 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 19:22:49 -0400 |
| commit | a020b66fcb2c10e81409f5ebc7b3bdb40dbaef45 (patch) | |
| tree | b2273cafdf48829b6f3b6be50382372d33a978fa /config.hs | |
| parent | 6912fb41987241fb0cc9b432bcf00ff7743b0f96 (diff) | |
propellor spin
Diffstat (limited to 'config.hs')
| -rw-r--r-- | config.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,8 +42,9 @@ getProperties hostname@"clam.kitenet.net" = Just , Apt.installed ["systemd-sysv"] `onChange` Reboot.now ] getProperties "orca.kitenet.net" = Just - [ Docker.configured + [ standardSystem Apt.Unstable , Apt.unattendedUpgrades True + , Docker.configured ] -- add more hosts here... --getProperties "foo" = |
