Reduce the number of backups for ask.o.o
The disk is currently filling up, so reduce the number of backups in the rotation. Change-Id: Ief9fd7e3e37b0b901271743f64ac8013dd87c838
This commit is contained in:
parent
cdfa53f1c3
commit
be7a22c11c
@ -144,6 +144,7 @@ class openstack_project::ask (
|
||||
database_user => $db_user,
|
||||
database_password => $db_password,
|
||||
require => Postgresql::Server::Db[$db_name],
|
||||
num_backups => '10',
|
||||
}
|
||||
|
||||
include bup
|
||||
|
Loading…
Reference in New Issue
Block a user