diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 17:10:52 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 17:10:52 -0400 |
| commit | 4ea2771b69617bc537687f9b2fec4b0a32880de5 (patch) | |
| tree | 19a4511b1890bdc80587828e362fa9193c559343 /Propellor/Property/OpenId.hs | |
| parent | c40fb997ed3026526c7fa14ce58322a84375ed8c (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property/OpenId.hs')
| -rw-r--r-- | Propellor/Property/OpenId.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/Property/OpenId.hs b/Propellor/Property/OpenId.hs index 4ebf18f0..0f207a53 100644 --- a/Propellor/Property/OpenId.hs +++ b/Propellor/Property/OpenId.hs @@ -9,6 +9,8 @@ providerFor users = propertyList ("openid provider") $ [ serviceRunning "apache2" `requires` Apt.installed ["apache2"] , Apt.installed ["simpleid"] + `onChange` serviceRestarted "apache2" + , serviceRestarted "apache2" ] ++ map identfile users where identfile u = File.hasPrivContent $ concat |
