diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-11 00:07:47 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-11 00:07:47 -0400 |
| commit | 64e6dac9964f5a3ffca75efac273ea23f9c6c8cd (patch) | |
| tree | 6d740f7fa60871716e2ce6b9a76f3c12475b8272 | |
| parent | 366fa574bf9174f4cd4b9bf67fc2fb28d107dbef (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config-joey.hs b/config-joey.hs index 4e175971..21c0fc66 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -40,13 +40,13 @@ hosts = & JoeySites.oldUseNetShellBox & cname "openid.kitenet.net" - & Docker.docked hosts "openid-provider" - `requires` Apt.installed ["ntp"] + -- & Docker.docked hosts "openid-provider" + -- `requires` Apt.installed ["ntp"] & cname "ancient.kitenet.net" - & Docker.docked hosts "ancient-kitenet" + -- & Docker.docked hosts "ancient-kitenet" - & Docker.garbageCollected `period` Daily + -- & Docker.garbageCollected `period` Daily & Apt.installed ["git-annex", "mtr", "screen"] -- Orca is the main git-annex build box. @@ -176,8 +176,8 @@ image _ = "debian-stable-official" -- does not currently exist! -- Clean up a system as installed by cloudatcost.com cleanCloudAtCost :: Property cleanCloudAtCost = propertyList "cloudatcost cleanup" - -- [ Hostname.sane - [ Ssh.uniqueHostKeys + [ Hostname.sane + , Ssh.uniqueHostKeys , "worked around grub/lvm boot bug #743126" ==> "/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true" `onChange` cmdProperty "update-grub" [] |
