summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2016-08-29 11:41:34 -0400
committerJoey Hess2016-08-29 11:41:34 -0400
commit1ef7979cda54ecc7b30812d8a323481d69ba6602 (patch)
treef4341871a645ab1ae0bcd222ab90749dcd96d9d4 /src/Propellor/Property/SiteSpecific
parent8a1db69c09c7822fbb6974823cd63937516b5195 (diff)
unused
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 4d9e9e47..a0aacd61 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -73,7 +73,6 @@ scrollBox = propertyList "scroll server" $ props
, "echo if you would like to talk about how it went, email scroll@joeyh.name"
, "read line"
] `onChange` (g `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
- & Apt.installed ["bsd-mailx"]
-- prevent port forwarding etc by not letting scroll log in via ssh
& Ssh.sshdConfig `File.containsLine` ("DenyUsers scroll")
`onChange` Ssh.restarted