diff options
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" |
