summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-03 14:02:51 -0400
committerJoey Hess2018-10-03 14:02:51 -0400
commit706fc2ff45c66e4a5222d2dd314a6034bef5c634 (patch)
tree5b470c9d694176305055f7b311fd10f930db271a /joeyconfig.hs
parent8a36d5ed51c14789dce4d8ce20951e66172354c4 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 76646829..15f0aeb4 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -207,7 +207,7 @@ honeybee = host "honeybee.kitenet.net" $ props
& Postfix.satellite
& check (not <$> inChroot) (setupRevertableProperty autobuilder)
- & check (not <$> inChroot) (setupRevertableProperty ancientautobuilder)
+ & check (not <$> inChroot) (undoRevertableProperty ancientautobuilder)
-- In case compiler needs more than available ram
& Apt.serviceInstalledRunning "swapspace"
where