fix paths
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index e642ca7..f9812af 100644 (file)
@@ -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':