diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 15:14:36 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 15:14:36 -0400 |
| commit | 8d31a6226ac9e1dfc75ec7521f039a43e749ed82 (patch) | |
| tree | ff97e9072b902cd8066178e483868e32953f925b /Propellor.hs | |
| parent | 34fb53e8cc37b7d0e4f280e78c0b200674bc94ca (diff) | |
remove VPS cruft
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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" ] |
