propellor spin

This commit is contained in:
Joey Hess 2014-12-04 16:23:00 -04:00
parent c99e367c3b
commit 1106c305d0
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ hosts = -- (o) `
testvm :: Host
testvm = host "testvm.kitenet.net"
& os (System (Debian Unstable) "amd64")
& OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.netno")
& OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.net")
`onChange` propertyList "fixing up after clean install"
[ OS.preserveRootSshAuthorized
]