diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 20:29:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 20:29:39 -0400 |
| commit | 62805fb0f5f0c206d1637621ce31536d2d7c46ef (patch) | |
| tree | 2020a7b04d7c6d424072e84a773d5a65e0c3ee09 | |
| parent | 9292cee1aa7967a0afe6d45f58a6d429d1b56b55 (diff) | |
need openssl for shellinabox with ssl
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
