need openssl for shellinabox with ssl
This commit is contained in:
parent
9292cee1aa
commit
62805fb0f5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue