diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 21:51:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 21:51:13 -0400 |
| commit | 76a8e806102e13669fa4e64342189084099ec306 (patch) | |
| tree | 9da7b27752ebfbf86faba17d637919ea67900593 /src/Propellor/Property/Munin.hs | |
| parent | e2522c851b600f16148509992a98e63a4dd9b4f7 (diff) | |
more porting
Diffstat (limited to 'src/Propellor/Property/Munin.hs')
| -rw-r--r-- | src/Propellor/Property/Munin.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Propellor/Property/Munin.hs b/src/Propellor/Property/Munin.hs index 2464985a..dd74d91b 100644 --- a/src/Propellor/Property/Munin.hs +++ b/src/Propellor/Property/Munin.hs @@ -19,19 +19,19 @@ import qualified Propellor.Property.Service as Service nodePort :: Integer nodePort = 4949 -nodeInstalled :: Property NoInfo +nodeInstalled :: Property DebianLike nodeInstalled = Apt.serviceInstalledRunning "munin-node" -nodeRestarted :: Property NoInfo +nodeRestarted :: Property DebianLike nodeRestarted = Service.restarted "munin-node" nodeConfPath :: FilePath nodeConfPath = "/etc/munin/munin-node.conf" -masterInstalled :: Property NoInfo +masterInstalled :: Property DebianLike masterInstalled = Apt.serviceInstalledRunning "munin" -masterRestarted :: Property NoInfo +masterRestarted :: Property DebianLike masterRestarted = Service.restarted "munin" masterConfPath :: FilePath |
