summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2016-12-28 17:14:29 -0400
committerJoey Hess2016-12-28 17:14:29 -0400
commitb8731cab9fefb97cfd00715cbf994f390d6fafc9 (patch)
tree00b227a3a3718a8d90b7a640f25635e11b5e0c57 /src/Propellor/Property/SiteSpecific
parent44bf67b7a2da75ef80e32d6409cc41a6ab8b6ffe (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index d8991cb1..408fadad 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -78,7 +78,8 @@ scrollBox = propertyList "scroll server" $ props
`onChange` Ssh.restarted
& User.shellSetTo (User "scroll") s
& User.hasPassword (User "scroll")
- & Apt.serviceInstalledRunning "telnetd"
+ -- telnetd attracted password crackers, so disabled
+ & Apt.removed ["telnetd"]
& Apt.installed ["shellinabox"]
& File.hasContent "/etc/default/shellinabox"
[ "# Deployed by propellor"