From 8d31a6226ac9e1dfc75ec7521f039a43e749ed82 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 15:14:36 -0400 Subject: remove VPS cruft --- Propellor.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Propellor.hs') diff --git a/Propellor.hs b/Propellor.hs index 91f130e4..ea2188f7 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -64,4 +64,7 @@ cleanCloudAtCost hostname = propertyList "cloudatcost cleanup" , "/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true" `onChange` cmdProperty "update-grub" [] `onChange` cmdProperty "update-initramfs" [Param "-u"] + -- Cruft + , File.notPresent "/etc/rc.local" + , File.notPresent "/etc/init.d/S97-setup.sh" ] -- cgit v1.3-2-g0d8e