diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:24:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:24:21 -0400 |
| commit | abee353d9deba1f786abe2580c39071cfd33c71b (patch) | |
| tree | eed5ac18c1a8b0eb576e7c15bc91be1ae145dc78 /src/Propellor/Property/Ssh.hs | |
| parent | d1cfcc416c84f317fa7d7871c4974a09bc5fc70e (diff) | |
| parent | f9958e16115c4e9220d6bafa07ae17a151ae1f04 (diff) | |
Merge branch 'joeyconfig'
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 88a757bd..fcae6498 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -80,7 +80,7 @@ randomHostKeys = flagFile prop "/etc/ssh/.unique_host_keys" [ "DPKG_MAINTSCRIPT_NAME=postinst DPKG_MAINTSCRIPT_PACKAGE=openssh-server /var/lib/dpkg/info/openssh-server.postinst configure" ] -- | Sets all types of ssh host keys from the privdata. -hostKeys :: Context -> Property +hostKeys :: IsContext c => c -> Property hostKeys ctx = propertyList "known ssh host keys" [ hostKey SshDsa ctx , hostKey SshRsa ctx |
