From b3ab06b63c7deef12ee8c3d603417dfe91c16833 Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Mon, 25 Jan 2016 09:40:05 +0100 Subject: [PATCH] add postgres to psql.ignore_dbs --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 254896e..3cff43b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -111,7 +111,7 @@ class rsnapshot::params { dbbackup_password => '', dumper => 'pg_dump', dump_flags => '-Fc', - ignore_dbs => [], + ignore_dbs => [ 'postgres' ], compress => 'pbzip2', }, misc => {