summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
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