Fix path in postgres-make-base-backups file redirection
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index e642ca7..d843243 100644 (file)
@@ -4,15 +4,15 @@
 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':
     mode   => '0555',
-    source => 'puppet:///modules/roles/postgresql_server/pg-receive-file-from-backup',
+    source => 'puppet:///modules/postgres/pg-receive-file-from-backup',
   }
 
   ssh::keygen {'postgres': }