summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-04 16:14:01 -0400
committerJoey Hess2014-12-04 16:14:01 -0400
commita2537ce16c55871907bce64be108b10c2ee6283b (patch)
tree9de7f84c86038dd90ad856bbd57bb0d5eea51fd1 /config-joey.hs
parentf78c2f16d1c93ee6fe2620916b7584d91d116723 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs
index b617ccfa..03f21330 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -54,11 +54,11 @@ hosts = -- (o) `
testvm :: Host
testvm = host "testvm.kitenet.net"
- & Chroot.provisioned (Chroot.debootstrapped (System (Debian Unstable) "amd64") Debootstrap.DefaultConfig "/new-os")
- -- & OS.cleanInstall (OS.Confirmed "foo.example.com") []
- -- `onChange` propertyList "fixing up after clean install"
- -- [
- -- ]
+ & os (System (Debian Unstable) "amd64")
+ & OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.netno")
+ `onChange` propertyList "fixing up after clean install"
+ [ OS.preserveRootSshAuthorized
+ ]
darkstar :: Host
darkstar = host "darkstar.kitenet.net"