diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-01 15:15:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-01 15:15:44 -0400 |
| commit | 858ded043b9161b8e1c69557c8acdf3b09ebc391 (patch) | |
| tree | 519a0cb3d11e8363ba38ef56461c404c18d825e2 | |
| parent | 08cd59096965d8dad5cfa1846e878843ce721dac (diff) | |
more cruft from new image
| -rw-r--r-- | src/Propellor/Property/HostingProvider/CloudAtCost.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/HostingProvider/CloudAtCost.hs b/src/Propellor/Property/HostingProvider/CloudAtCost.hs index 003bd3c5..cce80920 100644 --- a/src/Propellor/Property/HostingProvider/CloudAtCost.hs +++ b/src/Propellor/Property/HostingProvider/CloudAtCost.hs @@ -18,6 +18,7 @@ decruft = propertyList "cloudatcost cleanup" , combineProperties "nuked cloudatcost cruft" [ File.notPresent "/etc/rc.local" , File.notPresent "/etc/init.d/S97-setup.sh" + , File.notPresent "/zang-debian.sh" , User.nuked "user" User.YesReallyDeleteHome ] ] |
