diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-12 17:00:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-12 17:00:03 -0400 |
| commit | 4cab90c13713025a66c4aec7074730faa2e2b4ed (patch) | |
| tree | 9a0b4bfb04ceb1d56e7f43f8252132266a098c1c /src/Propellor/Property/SiteSpecific/IABak.hs | |
| parent | b64a91db5767e2afcd53f496ba303ada8e3fdcc1 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/IABak.hs')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index 7740f820..8c9926bc 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -36,6 +36,7 @@ gitServer knownhosts = propertyList "iabak git server" $ props "/usr/local/IA.BAK/shardstats-all" & Cron.niceJob "shardmaint" Cron.Daily (User "root") "/" "/usr/local/IA.BAK/shardmaint-fast; /usr/local/IA.BAK/shardmaint" + & Apt.installed ["git-annex"] registrationServer :: [Host] -> Property HasInfo registrationServer knownhosts = propertyList "iabak registration server" $ props |
