diff options
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" ] |
