From 9a52b4d38aa70eee521056bbccc67516aa435e50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Jul 2014 18:00:53 -0400 Subject: propellor spin --- src/Propellor/Property/Ssh.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- -- cgit v1.2.3