diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-30 23:16:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-30 23:16:02 -0400 |
| commit | d26de1e5e07d88f188c52f73b9f1b4d0a405cee0 (patch) | |
| tree | a54ac2f37e051b68ed14ea6994a3b477b49dd002 /src | |
| parent | 37eab41354e354b986c271ab4f193eef56d92709 (diff) | |
shell script copied into bin dir by their provisioning script
Diffstat (limited to 'src')
| -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 ef7dd743..bfe3ae17 100644 --- a/src/Propellor/Property/HostingProvider/CloudAtCost.hs +++ b/src/Propellor/Property/HostingProvider/CloudAtCost.hs @@ -17,6 +17,7 @@ decruft = propertyList "cloudatcost cleanup" [ File.notPresent "/etc/rc.local" , File.notPresent "/etc/init.d/S97-setup.sh" , File.notPresent "/zang-debian.sh" + , File.notPresent "/bin/npasswd" , User.nuked (User "user") User.YesReallyDeleteHome ] ] |
