summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-05-31 14:19:46 -0400
committerJoey Hess2014-05-31 14:19:46 -0400
commit8e57f0bbfb45777b3d4a786381fc2c549dc52e7d (patch)
treeb1982cb254f0d2f125f1a0bfb9cd89aa8ed77ac1 /src
parent5a895c21b5a2f43ab74b3514b3c75f1dba09dd97 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 51210819..fd536ad4 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -322,11 +322,11 @@ kiteShellBox :: Property
kiteShellBox = propertyList "kitenet.net shellinabox"
[ Apt.installed ["shellinabox"]
- -- Install ssl cert, let shellinabox read it.
+ -- Set up certs directory, allowing shellinabox write access.
+ -- It will create its own self-signed cert.
, File.dirExists certdir
, File.ownerGroup certdir "shellinabox" "shellinabox"
, File.mode certdir (combineModes [ownerWriteMode, ownerReadMode, ownerExecuteMode])
- , File.hasPrivContentExposed (certdir </> "certificate.pem")
, File.hasContent "/etc/default/shellinabox"
[ "# Deployed by propellor"