Reduce paste db local backup retention to 10 days

The default is 30 days but that is filling up our local disk and the
expectation is to have remote backups anyway. Reduce our retention to 10
days to free up disk.

Change-Id: Ie7ed6464f1ff50bf5010db5a53b29048d97f1fbe
This commit is contained in:
Clark Boylan 2019-04-22 07:56:45 -07:00
parent 5adca8948e
commit 4af16d4684
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ define lodgeit::site(
database_host => $db_host,
database_user => $db_user,
database_password => $db_password,
num_backups => '10',
}
service { "${name}-paste":