diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-08-29 11:41:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-08-29 11:41:34 -0400 |
| commit | 1ef7979cda54ecc7b30812d8a323481d69ba6602 (patch) | |
| tree | f4341871a645ab1ae0bcd222ab90749dcd96d9d4 /src | |
| parent | 8a1db69c09c7822fbb6974823cd63937516b5195 (diff) | |
unused
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
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 |
