diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-28 04:46:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-28 04:46:21 -0400 |
| commit | 5f41492d8afe6ac6ee3cc280c3e2f252bcc91817 (patch) | |
| tree | 6c9d91f7a13f35514f98564954273051ecc6a641 /src/Propellor/Property/Ssh.hs | |
| parent | 67a1bb6d9915a0c36b71d984cf0ef4c89dd59607 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
| -rw-r--r-- | src/Propellor/Property/Ssh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index 7048de3b..369999b7 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -53,7 +53,7 @@ installed = withOS "ssh installed" $ \w o -> in case o of (Just (System (Debian _) _)) -> aptinstall (Just (System (Buntish _) _)) -> aptinstall - _ -> unsupportedOS + _ -> unsupportedOS' restarted :: Property DebianLike restarted = Service.restarted "ssh" |
