propellor spin

This commit is contained in:
Joey Hess 2014-05-31 14:19:46 -04:00
parent 5a895c21b5
commit 8e57f0bbfb
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -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"