X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpostgres%2Fmanifests%2Fbackup_source.pp;fp=modules%2Fpostgres%2Fmanifests%2Fbackup_source.pp;h=f9812af3f4da06290e9f79fb58d4cdb8c0ac5c47;hb=c7f2555f0c7d771e8f7e3506a0a584b098e40d35;hp=e642ca732d0cc2fad8f5f467a773333d9884736d;hpb=17c670c8cc6dc55603894c8a59af5d0d6a2f892e;p=mirror%2Fdsa-puppet.git 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':