From be7a22c11c183f15554cb874e317ede56f63ea74 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Thu, 26 Nov 2015 10:30:07 +1100 Subject: [PATCH] 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 --- modules/openstack_project/manifests/ask.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/ask.pp b/modules/openstack_project/manifests/ask.pp index 44b12a7ff5..e05b83f008 100644 --- a/modules/openstack_project/manifests/ask.pp +++ b/modules/openstack_project/manifests/ask.pp @@ -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