propellor spin
This commit is contained in:
parent
28f74eead0
commit
366fa574bf
|
@ -27,9 +27,6 @@ hosts =
|
||||||
[ host "darkstar.kitenet.net"
|
[ host "darkstar.kitenet.net"
|
||||||
& Docker.configured
|
& Docker.configured
|
||||||
& Apt.buildDep ["git-annex"] `period` Daily
|
& Apt.buildDep ["git-annex"] `period` Daily
|
||||||
& propertyList "foo"
|
|
||||||
[ Hostname.sane
|
|
||||||
]
|
|
||||||
|
|
||||||
-- Nothing super-important lives here.
|
-- Nothing super-important lives here.
|
||||||
, host "clam.kitenet.net"
|
, 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
|
-- Clean up a system as installed by cloudatcost.com
|
||||||
cleanCloudAtCost :: Property
|
cleanCloudAtCost :: Property
|
||||||
cleanCloudAtCost = propertyList "cloudatcost cleanup"
|
cleanCloudAtCost = propertyList "cloudatcost cleanup"
|
||||||
[ Hostname.sane
|
-- [ Hostname.sane
|
||||||
, Ssh.uniqueHostKeys
|
[ Ssh.uniqueHostKeys
|
||||||
, "worked around grub/lvm boot bug #743126" ==>
|
, "worked around grub/lvm boot bug #743126" ==>
|
||||||
"/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true"
|
"/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true"
|
||||||
`onChange` cmdProperty "update-grub" []
|
`onChange` cmdProperty "update-grub" []
|
||||||
|
|
Loading…
Reference in New Issue