diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-13 12:42:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-13 12:42:52 -0400 |
| commit | f16c8d2c80d3f940984f7e686be491bcf755616b (patch) | |
| tree | 763f45e0ba9addfddd585ad69c36f03aaac288d7 /joeyconfig.hs | |
| parent | 3ae193011af030e0995eb88b152482fb4c4e6e3e (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
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" |
