From 64adadd9ff83ae7b9b6d8cfea2373dda04e4ea8a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Apr 2015 15:10:03 -0400 Subject: [PATCH 1/3] propellor spin --- src/Propellor/Property/SiteSpecific/IABak.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index 35e6c2b..03154f6 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -17,6 +17,8 @@ gitServer = propertyList "iabak git server" $ props & File.containsLine "/etc/sudoers" "www-data ALL=NOPASSWD:/usr/local/IA.BAK/pushed.sh" & Cron.niceJob "shardstats" (Cron.Times "*/30 * * * *") "root" "/" "/usr/local/IA.BAK/shardstats-all" + & Cron.niceJob "shardmaint" Cron.Daily "root" "/" + "/usr/local/IA.BAK/shardmaint" where repo = "https://github.com/ArchiveTeam/IA.BAK/" From c4d34f1f89d6a9ba57083e3fd656f3096dc9fcb9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Apr 2015 15:10:39 -0400 Subject: [PATCH 2/3] propellor spin From 775d72d627ab08535a4fa250ed9d789f3b6792cc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2015 14:47:33 -0400 Subject: [PATCH 3/3] new laptop --- config-joey.hs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config-joey.hs b/config-joey.hs index cefc711..dd18bd8 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -41,6 +41,7 @@ main = defaultMain hosts -- / \___-=O`/|O`/__| (____.' hosts :: [Host] -- * \ | | '--------' hosts = -- (o) ` [ darkstar + , gnu , clam , orca , kite @@ -77,6 +78,14 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.postfixClientRelay (Context "darkstar.kitenet.net") & JoeySites.dkimMilter +gnu :: Host +gnu = host "gnu.kitenet.net" + & Apt.buildDep ["git-annex"] `period` Daily + & Docker.configured + + & JoeySites.postfixClientRelay (Context "gnu.kitenet.net") + & JoeySites.dkimMilter + clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" [ "Unreliable server. Anything here may be lost at any time!" ]