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 :: Property NoInfo
|
||||||
kiteShellBox = propertyList "kitenet.net shellinabox"
|
kiteShellBox = propertyList "kitenet.net shellinabox"
|
||||||
[ Apt.installed ["shellinabox"]
|
[ Apt.installed ["openssl", "shellinabox"]
|
||||||
, File.hasContent "/etc/default/shellinabox"
|
, File.hasContent "/etc/default/shellinabox"
|
||||||
[ "# Deployed by propellor"
|
[ "# Deployed by propellor"
|
||||||
, "SHELLINABOX_DAEMON_START=1"
|
, "SHELLINABOX_DAEMON_START=1"
|
||||||
|
|
Loading…
Reference in New Issue