From 8e57f0bbfb45777b3d4a786381fc2c549dc52e7d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 14:19:46 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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" -- cgit v1.3-2-g0d8e