diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-17 22:25:09 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-17 22:25:09 -0400 |
| commit | 69eb566e0bd7d961e1227d10200b22fd1f0276eb (patch) | |
| tree | 22e9f5c9fef4575851e24582c8f17d2572288568 /Propellor/Property/SiteSpecific | |
| parent | 0e0a70f794c8659a1687278a69f6ee87eebf4798 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property/SiteSpecific')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 7aaedaf5..faf14038 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -50,7 +50,8 @@ kgbServer = withOS desc $ \o -> case o of -- git.kitenet.net and git.joeyh.name gitServer :: [Host] -> Property gitServer hosts = propertyList "git.kitenet.net setup" - [ Obnam.backup "/srv/git" "33 3 * * *" + [ Obnam.latestVersion + , Obnam.backup "/srv/git" "33 3 * * *" [ "--repository=sftp://joey@turtle.kitenet.net/~/lib/backup/git.kitenet.net.obnam" , "--encrypt-with=1B169BE1" , "--client-name=wren" |
