summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 20:25:39 -0400
committerJoey Hess2017-07-05 20:25:39 -0400
commit774c45caf286f8138fde92ac7bad771c39f72269 (patch)
tree0102a182b2295bcad73278fbede5f66639fd4ac7
parent099239df281fbbd467b97449f8bb843d26c8fbf0 (diff)
propellor spin
-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