
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Ib27932dcec284b27f6973e91bddfbe3aa699e3c6
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