diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 16:11:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 16:11:00 -0400 |
| commit | afb7afee0ce011754e60f313b6929d1eadfcc701 (patch) | |
| tree | fd2a50f5069fd0e0449fb68e769b0db184a6f3a5 /Propellor.hs | |
| parent | 4d33b25ba37d7dd91ffeb44b185d24d09f3c1320 (diff) | |
more description improvements
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 7 |
1 files changed, 4 insertions, 3 deletions
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" ] |
