From d26de1e5e07d88f188c52f73b9f1b4d0a405cee0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Dec 2015 23:16:02 -0400 Subject: shell script copied into bin dir by their provisioning script --- src/Propellor/Property/HostingProvider/CloudAtCost.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/HostingProvider/CloudAtCost.hs') 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 ] ] -- cgit v1.2.3