From 6d59086ec68bde33d9fba54b9557af8855dc3e56 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Oct 2015 14:00:52 -0400 Subject: note --- src/Propellor/Property/OpenId.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3