diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 15:54:25 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 15:54:25 -0400 |
| commit | 2c1397c5b09f2bbc8339c9763c60fcca601bc212 (patch) | |
| tree | 3a6ca05f64c276bbae69c6beaeacbc4311f7ca09 /Propellor/Property/OpenId.hs | |
| parent | f806a55649a5d06b479123e35fef4d592e6efe0d (diff) | |
Standard apt configuration for stable now includes backports.
Diffstat (limited to 'Propellor/Property/OpenId.hs')
| -rw-r--r-- | Propellor/Property/OpenId.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/OpenId.hs b/Propellor/Property/OpenId.hs index 4c562175..051d6425 100644 --- a/Propellor/Property/OpenId.hs +++ b/Propellor/Property/OpenId.hs @@ -12,7 +12,7 @@ providerFor users baseurl = propertyList desc $ [ Apt.serviceInstalledRunning "apache2" , Apt.installed ["simpleid"] `onChange` Service.restarted "apache2" - , File.fileProperty desc + , File.fileProperty (desc ++ " configured") (map setbaseurl) "/etc/simpleid/config.inc" ] ++ map identfile users where |
