diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-01 11:14:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-01 11:14:59 -0400 |
| commit | 885fa09d1a4e39cd3dbe68d8e40f0365f2757979 (patch) | |
| tree | 469ca2d835a3ba8fe73dc1376b07055c5c32dea5 | |
| parent | 5f47b89f946adb0cf35e66b3fe753d455c466f73 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 36378366..5f474a12 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -314,6 +314,10 @@ iabak = host "ia-bak.joeyh.name" & User.hasSomePassword "joey" & Sudo.enabledFor "joey" & GitHome.installedFor "joey" + & Git.cloned "root" repo "/usr/local/IA.BAK" (Just "server") + & Git.cloned "root" repo "/usr/local/IA.BAK/pubkeys" (Just "pubkeys") + where + repo = "https://github.com/ArchiveTeam/IA.BAK/" --' __|II| ,. ---- __|II|II|__ ( \_,/\ |
