summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-25 20:29:30 -0700
committerJoey Hess2015-08-25 20:29:30 -0700
commit516986cebd0030f0d599bec3b1a952344d9d9e9f (patch)
treed35d5863a769b420e07c352ff84b7d7380f7de47 /config-joey.hs
parentb3c3a7029020126b1ab5e2d5999b7b2707078150 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index acb20112..979e023b 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -34,7 +34,7 @@ import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuil
import qualified Propellor.Property.SiteSpecific.IABak as IABak
import qualified Propellor.Property.SiteSpecific.Branchable as Branchable
import qualified Propellor.Property.SiteSpecific.JoeySites as JoeySites
-
+import Propellor.Property.Parted
main :: IO () -- _ ______`| ,-.__
main = defaultMain hosts -- / \___-=O`/|O`/__| (____.'
@@ -80,6 +80,9 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.postfixClientRelay (Context "darkstar.kitenet.net")
& JoeySites.dkimMilter
+ & partitioned YesReallyDeleteDiskContents "/home/joey/disk"
+ (PartTable MSDOS [ mkPartition EXT3 268435456 ])
+
gnu :: Host
gnu = host "gnu.kitenet.net"
& Apt.buildDep ["git-annex"] `period` Daily