From 774c45caf286f8138fde92ac7bad771c39f72269 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jul 2017 20:25:39 -0400 Subject: propellor spin --- joeyconfig.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index e171a311..8a00e87d 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -75,7 +75,7 @@ testvm = host "testvm.kitenet.net" $ props & Apt.installed ["ssh"] & User.hasPassword (User "root") where - postinstall :: Property DebianLike + postinstall :: Property (HasInfo + DebianLike) postinstall = propertyList "fixing up after clean install" $ props & OS.preserveRootSshAuthorized & OS.preserveResolvConf -- cgit v1.2.3