diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-10 14:00:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-10 14:00:52 -0400 |
| commit | 6d59086ec68bde33d9fba54b9557af8855dc3e56 (patch) | |
| tree | 50ed491a4bfd18542ba7af412e2b1a7bc71bf501 /src | |
| parent | 1b2a63f7fda4411adc71da3f43b173ffe7e7eb10 (diff) | |
note
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/OpenId.hs | 5 |
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" |
