summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-04-13 09:30:31 -0400
committerJoey Hess2018-04-13 09:30:31 -0400
commit9957164685086ae7e97cff4e0bd20ea5ee2a18bd (patch)
treed39d07832729d231a27351fe38fedcbed117afea /joeyconfig.hs
parent98369be818b40b32720b113e3bccc2343af9ad13 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs24
1 files changed, 0 insertions, 24 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 696e8488..7c859a81 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -49,7 +49,6 @@ main = defaultMain hosts -- / \___-=O`/|O`/__| (____.'
hosts :: [Host] -- * \ | | '--------'
hosts = -- (o) `
[ darkstar
- , gnu
, dragon
, clam
, orca
@@ -64,25 +63,6 @@ hosts = -- (o) `
, keysafe
] ++ monsters
-testvm :: Host
-testvm = host "testvm.kitenet.net" $ props
- & osDebian Unstable X86_64
- & OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.net")
- `onChange` postinstall
- & Hostname.sane
- & Hostname.searchDomain
- & Apt.installed ["linux-image-amd64"]
- & Apt.installed ["ssh"]
- & User.hasPassword (User "root")
- where
- postinstall :: Property (HasInfo + DebianLike)
- postinstall = propertyList "fixing up after clean install" $ props
- & OS.preserveRootSshAuthorized
- & OS.preserveResolvConf
- & Apt.update
- & Grub.boots "/dev/sda"
- `requires` Grub.installed Grub.PC
-
darkstar :: Host
darkstar = host "darkstar.kitenet.net" $ props
& osDebian Unstable X86_64
@@ -110,10 +90,6 @@ darkstar = host "darkstar.kitenet.net" $ props
(RawDiskImage "/srv/banana.img")
(Debootstrapped mempty)
-gnu :: Host
-gnu = host "gnu.kitenet.net" $ props
- & Postfix.satellite
-
dragon :: Host
dragon = host "dragon.kitenet.net" $ props
& ipv6 "2001:4830:1600:187::2"