summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 17:32:37 -0400
committerJoey Hess2014-04-01 17:32:37 -0400
commitb70422c8cfb082687eaa6d4051c27d430c24f36b (patch)
tree6d952c4101b1531435fe896e611b544f3a9a5962 /config.hs
parenta69b0a2cc89aa3e839e8abd2e4cec7a05d8d18cf (diff)
fix desc for combineProperties
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index b75ef8a5..f61a01df 100644
--- a/config.hs
+++ b/config.hs
@@ -109,7 +109,7 @@ cleanCloudAtCost hostname = propertyList "cloudatcost cleanup"
"/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true"
`onChange` cmdProperty "update-grub" []
`onChange` cmdProperty "update-initramfs" ["-u"]
- , "nuked cloudatcost cruft" ==> combineProperties
+ , combineProperties "nuked cloudatcost cruft"
[ File.notPresent "/etc/rc.local"
, File.notPresent "/etc/init.d/S97-setup.sh"
, User.nuked "user" User.YesReallyDeleteHome