From: Peter Palfrader Date: Sat, 28 Sep 2019 18:27:20 +0000 (+0200) Subject: fix paths X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=c7f2555f0c7d771e8f7e3506a0a584b098e40d35 fix paths --- diff --git a/modules/postgres/manifests/backup_source.pp b/modules/postgres/manifests/backup_source.pp index e642ca732..f9812af3f 100644 --- a/modules/postgres/manifests/backup_source.pp +++ b/modules/postgres/manifests/backup_source.pp @@ -4,10 +4,10 @@ class postgres::backup_source { file { '/usr/local/bin/pg-backup-file': mode => '0555', - source => 'puppet:///modules/postgres/backup_sources/pg-backup-file', + source => 'puppet:///modules/postgres/backup_source/pg-backup-file', } file { '/etc/dsa/pg-backup-file.conf': - content => template('postgres/backup_sources/pg-backup-file.conf.erb'), + content => template('postgres/backup_source/pg-backup-file.conf.erb'), } file { '/usr/local/bin/pg-receive-file-from-backup':