summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-13 13:18:29 -0400
committerJoey Hess2017-07-13 13:18:29 -0400
commitf33a1090b4347679602d6f75c281654ae46435b9 (patch)
treeede8a75cc505f9221bfc8f3ea6637c78aaa60fb0 /joeyconfig.hs
parent422def0f715dbdcf0f5ced89d20683c8c833761b (diff)
parent102ee2aeacf4c3561da52c2552d759dd0ded4cc4 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 2b7806b0..b039c558 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -4,6 +4,7 @@ module Main where
import Propellor
import Propellor.Property.Scheduled
+import Propellor.Property.Bootstrap
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
import qualified Propellor.Property.Network as Network
@@ -79,6 +80,7 @@ testvm = host "testvm.kitenet.net" $ props
darkstar :: Host
darkstar = host "darkstar.kitenet.net" $ props
+ & bootstrapWith (Robustly Stack)
& osDebian Unstable X86_64
& ipv6 "2001:4830:1600:187::2"
& Aiccu.hasConfig "T18376" "JHZ2-SIXXS"