summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")