From 1106c305d05f910795b4b549ef0348ce6ba15b85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Dec 2014 16:23:00 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index 03f2133..a1ea21d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -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 ]