From afb7afee0ce011754e60f313b6929d1eadfcc701 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 16:11:00 -0400 Subject: more description improvements --- Propellor.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Propellor.hs') diff --git a/Propellor.hs b/Propellor.hs index dc5185d0..f8d0e717 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -64,7 +64,8 @@ cleanCloudAtCost hostname = propertyList "cloudatcost cleanup" `onChange` cmdProperty "update-grub" [] `onChange` cmdProperty "update-initramfs" [Param "-u"] `describe` "work around grub/lvm boot bug #743126" - -- Cruft - , File.notPresent "/etc/rc.local" - , File.notPresent "/etc/init.d/S97-setup.sh" + , combineProperties + [ File.notPresent "/etc/rc.local" + , File.notPresent "/etc/init.d/S97-setup.sh" + ] `describe` "nuked cloudatcost cruft" ] -- cgit v1.2.3