propellor spin
This commit is contained in:
parent
527400ea27
commit
e039fc7736
|
@ -26,6 +26,7 @@ import qualified Propellor.Property.Obnam as Obnam
|
||||||
import qualified Propellor.Property.Gpg as Gpg
|
import qualified Propellor.Property.Gpg as Gpg
|
||||||
import qualified Propellor.Property.Chroot as Chroot
|
import qualified Propellor.Property.Chroot as Chroot
|
||||||
import qualified Propellor.Property.Systemd as Systemd
|
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.DigitalOcean as DigitalOcean
|
||||||
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
|
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
|
||||||
import qualified Propellor.Property.HostingProvider.Linode as Linode
|
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
|
||||||
alien = host "alientest.kitenet.net"
|
alien = host "alientest.kitenet.net"
|
||||||
& ipv4 "104.131.106.199"
|
& ipv4 "104.131.106.199"
|
||||||
|
& Chroot.provisioned
|
||||||
|
( Chroot.debootstrapped (System (Debian Unstable) "amd64") Debootstrap.MinBase "/debian"
|
||||||
|
& Apt.serviceInstalledRunning "uptimed"
|
||||||
|
)
|
||||||
|
|
||||||
orca :: Host
|
orca :: Host
|
||||||
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
||||||
|
|
Loading…
Reference in New Issue