summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2019-03-25 10:15:48 -0400
committerJoey Hess2019-03-25 10:15:48 -0400
commitaa51f51a588f129495b308baf519088c8bad1d01 (patch)
treefd0678790e0f84f4d4f305f25b62a005c53ed285 /src
parentfe4199fe5e257a97f6aeb3c7b3c66732b07457ea (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/Branchable.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/Branchable.hs b/src/Propellor/Property/SiteSpecific/Branchable.hs
index 3c4d44a1..79a5b45f 100644
--- a/src/Propellor/Property/SiteSpecific/Branchable.hs
+++ b/src/Propellor/Property/SiteSpecific/Branchable.hs
@@ -56,7 +56,7 @@ server hosts = propertyList "branchable server" $ props
]
[ Borg.KeepDays 7
, Borg.KeepWeeks 5
- , Borg.KeepMonths 12
+ , Borg.KeepMonths 3
, Borg.KeepYears 1
]
& Ssh.userKeys (User "root") (Context "branchable.com")