summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 20:47:58 -0400
committerJoey Hess2014-11-22 20:47:58 -0400
commite039fc7736ed1cd47463cee7e83e305d61d1376a (patch)
treeb446ee7e83264c85c3e978ab4c5e913e63ae67e8 /config-joey.hs
parent527400ea27fa79d38a0d4dd20b40b3f1ae991384 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 4148fa3f..b6152f15 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -26,6 +26,7 @@ import qualified Propellor.Property.Obnam as Obnam
import qualified Propellor.Property.Gpg as Gpg
import qualified Propellor.Property.Chroot as Chroot
import qualified Propellor.Property.Systemd as Systemd
+import qualified Propellor.Property.Debootstrap as Debootstrap
import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
import qualified Propellor.Property.HostingProvider.Linode as Linode
@@ -93,6 +94,10 @@ meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable)
alien :: Host
alien = host "alientest.kitenet.net"
& ipv4 "104.131.106.199"
+ & Chroot.provisioned
+ ( Chroot.debootstrapped (System (Debian Unstable) "amd64") Debootstrap.MinBase "/debian"
+ & Apt.serviceInstalledRunning "uptimed"
+ )
orca :: Host
orca = standardSystem "orca.kitenet.net" Unstable "amd64"