diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-17 22:09:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-17 22:09:29 -0400 |
| commit | 0e0a70f794c8659a1687278a69f6ee87eebf4798 (patch) | |
| tree | d662a5ec06479895171b77fd3fe76c2d96e8dbae /Propellor/Property/SiteSpecific | |
| parent | 0485387aa03f2e81c218fe689cb6a9a5a8fe14a4 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property/SiteSpecific')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index dd24bb6c..7aaedaf5 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -51,13 +51,13 @@ kgbServer = withOS desc $ \o -> case o of gitServer :: [Host] -> Property gitServer hosts = propertyList "git.kitenet.net setup" [ Obnam.backup "/srv/git" "33 3 * * *" - [ "--repository=sftp://2318@usw-s002.rsync.net/~/git.kitenet.net" + [ "--repository=sftp://joey@turtle.kitenet.net/~/lib/backup/git.kitenet.net.obnam" , "--encrypt-with=1B169BE1" , "--client-name=wren" ] Obnam.OnlyClient `requires` Gpg.keyImported "1B169BE1" "root" `requires` Ssh.keyImported SshRsa "root" - `requires` Ssh.knownHost hosts "usw-s002.rsync.net" "root" + `requires` Ssh.knownHost hosts "turtle.kitenet.net" "root" `requires` Ssh.authorizedKeys "family" `requires` User.accountFor "family" , Apt.installed ["git", "rsync", "kgb-client-git", "gitweb"] |
