diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-07-21 11:48:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-07-21 11:48:38 -0400 |
| commit | 80f44c99beef3135e68187f70fc95d52930e6c32 (patch) | |
| tree | e052634c6b6a9dcb73a131b068b2ded7301dc3df | |
| parent | 7169ded4ef52abcce9e6c4e7204bca10e80cd3b7 (diff) | |
| parent | 26fda3f39ade088afb9fd5001c364544f29d0146 (diff) | |
Merge branch 'joeyconfig'
| -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 4039ad0d..b6524f69 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -405,7 +405,7 @@ ircBouncer = propertyList "IRC bouncer" $ props kiteShellBox :: Property NoInfo kiteShellBox = propertyList "kitenet.net shellinabox" - [ Apt.installed ["openssl", "shellinabox"] + [ Apt.installed ["openssl", "shellinabox", "openssh-client"] , File.hasContent "/etc/default/shellinabox" [ "# Deployed by propellor" , "SHELLINABOX_DAEMON_START=1" |
