summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-11 00:06:11 -0400
committerJoey Hess2014-04-11 00:06:11 -0400
commit366fa574bf9174f4cd4b9bf67fc2fb28d107dbef (patch)
treefb6bf696930256415351ba21d73cbca8f5960ef1 /config-joey.hs
parent28f74eead07f0034b011dc6df59a483b6a1aeda3 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs7
1 files changed, 2 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a5d0a478..4e175971 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -27,9 +27,6 @@ hosts =
[ host "darkstar.kitenet.net"
& Docker.configured
& Apt.buildDep ["git-annex"] `period` Daily
- & propertyList "foo"
- [ Hostname.sane
- ]
-- Nothing super-important lives here.
, host "clam.kitenet.net"
@@ -179,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" []