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:
Joshua Hesketh 2015-11-26 10:30:07 +11:00
parent cdfa53f1c3
commit be7a22c11c
1 changed files with 1 additions and 0 deletions

View File

@ -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