summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-12-30 23:16:02 -0400
committerJoey Hess2015-12-30 23:16:02 -0400
commitd26de1e5e07d88f188c52f73b9f1b4d0a405cee0 (patch)
treea54ac2f37e051b68ed14ea6994a3b477b49dd002 /src
parent37eab41354e354b986c271ab4f193eef56d92709 (diff)
shell script copied into bin dir by their provisioning script
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/HostingProvider/CloudAtCost.hs1
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
]
]