diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-06 18:23:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-06 18:23:54 -0400 |
| commit | 40d559fbbeb35f76927366948625bb58f1c72209 (patch) | |
| tree | 35017feaeefe61548f3496cfd0016fe7ab55d68f /src/Propellor/Property/OpenId.hs | |
| parent | e5dcc8e17668b3994fc8de1d53c7e48659c08aee (diff) | |
| parent | 32bb2d50a176ebb9070288a75bf86fd1c92ef0be (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/OpenId.hs')
| -rw-r--r-- | src/Propellor/Property/OpenId.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Propellor/Property/OpenId.hs b/src/Propellor/Property/OpenId.hs index 051d6425..39cb6ff0 100644 --- a/src/Propellor/Property/OpenId.hs +++ b/src/Propellor/Property/OpenId.hs @@ -25,5 +25,6 @@ providerFor users baseurl = propertyList desc $ -- the identitites directory controls access, so open up -- file mode - identfile u = File.hasPrivContentExposed $ - concat $ [ "/var/lib/simpleid/identities/", u, ".identity" ] + identfile u = File.hasPrivContentExposed + (concat [ "/var/lib/simpleid/identities/", u, ".identity" ]) + (Context baseurl) |
