diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:52:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:52:26 -0400 |
| commit | 08a38e705bc116d10e77da290033d11b3203c7ba (patch) | |
| tree | 7ade5159357194f754b8eac2d15ef205ff83d238 /src | |
| parent | f35d21a0fa7c4538d013209ac50ed3454099cda3 (diff) | |
| parent | 775d72d627ab08535a4fa250ed9d789f3b6792cc (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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/" |
