From 64adadd9ff83ae7b9b6d8cfea2373dda04e4ea8a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Apr 2015 15:10:03 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/IABak.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index 35e6c2b7..03154f62 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/" -- cgit v1.2.3