From 516986cebd0030f0d599bec3b1a952344d9d9e9f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 20:29:30 -0700 Subject: propellor spin --- config-joey.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config-joey.hs') 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 -- cgit v1.3-2-g0d8e