880fe1f21f

Use same target directory for zuul-cloner and the regular git command. Change-Id: Icd911cb9842a15d2ebc85dd590785c143a866612 Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
OpenStack PostgreSQL Backup Module
This module installs and configures PostgreSQL Backup
Description
The pgsql_backup::backup resource creates a regular backup of postgresql database, rotated daily into /var/backups/pgsql_backups directory.
Usage
pgsql::backup
pgsql_backup::backup { 'database_name':
database_host => 'localhost',
database_user => 'database_password',
database_password => 'database_password',
}
Description