summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/OpenId.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-10 14:00:52 -0400
committerJoey Hess2015-10-10 14:00:52 -0400
commit6d59086ec68bde33d9fba54b9557af8855dc3e56 (patch)
tree50ed491a4bfd18542ba7af412e2b1a7bc71bf501 /src/Propellor/Property/OpenId.hs
parent1b2a63f7fda4411adc71da3f43b173ffe7e7eb10 (diff)
note
Diffstat (limited to 'src/Propellor/Property/OpenId.hs')
-rw-r--r--src/Propellor/Property/OpenId.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Propellor/Property/OpenId.hs b/src/Propellor/Property/OpenId.hs
index 6becee62..a0f7310c 100644
--- a/src/Propellor/Property/OpenId.hs
+++ b/src/Propellor/Property/OpenId.hs
@@ -9,10 +9,13 @@ import Data.List
-- | Openid provider, using the simpleid PHP CGI, with apache.
--
--- Runs on usual port by defualt. When a nonstandard port is specified,
+-- Runs on usual port by default. When a nonstandard port is specified,
-- apache is limited to listening only on that port. Warning: Specifying
-- a port won't compose well with other apache properties on the same
-- host.
+--
+-- It's probably a good idea to put this property inside a docker or
+-- systemd-nspawn container.
providerFor :: [User] -> HostName -> Maybe Port -> Property HasInfo
providerFor users hn mp = propertyList desc $ props
& Apt.serviceInstalledRunning "apache2"