summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-05 18:00:53 -0400
committerJoey Hess2014-07-05 18:00:53 -0400
commit9a52b4d38aa70eee521056bbccc67516aa435e50 (patch)
tree91e9a0a6afd1838cadeac05f4b95819b00d98147 /src/Propellor/Property/Ssh.hs
parentd062e21a5e261731cb95923171359e2e8e6a1958 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
-rw-r--r--src/Propellor/Property/Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs
index 3e354afe..bc0e7cab 100644
--- a/src/Propellor/Property/Ssh.hs
+++ b/src/Propellor/Property/Ssh.hs
@@ -73,7 +73,7 @@ randomHostKeys = flagFile prop "/etc/ssh/.unique_host_keys"
, Param "rm -f /etc/ssh/ssh_host_*"
]
ensureProperty $ scriptProperty
- [ "DPKG_MAINTSCRIPT_PACKAGE=openssh-server /var/lib/dpkg/info/openssh-server.postinst configure" ]
+ [ "DPKG_MAINTSCRIPT_NAME=postinst DPKG_MAINTSCRIPT_PACKAGE=openssh-server /var/lib/dpkg/info/openssh-server.postinst configure" ]
-- | Sets ssh host keys from the site's PrivData.
--