summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 20:29:39 -0400
committerJoey Hess2015-03-12 20:29:39 -0400
commit62805fb0f5f0c206d1637621ce31536d2d7c46ef (patch)
tree2020a7b04d7c6d424072e84a773d5a65e0c3ee09 /src
parent9292cee1aa7967a0afe6d45f58a6d429d1b56b55 (diff)
need openssl for shellinabox with ssl
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 1e0268b0..c905b462 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -406,7 +406,7 @@ ircBouncer = propertyList "IRC bouncer" $ props
kiteShellBox :: Property NoInfo
kiteShellBox = propertyList "kitenet.net shellinabox"
- [ Apt.installed ["shellinabox"]
+ [ Apt.installed ["openssl", "shellinabox"]
, File.hasContent "/etc/default/shellinabox"
[ "# Deployed by propellor"
, "SHELLINABOX_DAEMON_START=1"