fix paths
authorPeter Palfrader <peter@palfrader.org>
Sat, 28 Sep 2019 18:27:20 +0000 (20:27 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 28 Sep 2019 18:27:20 +0000 (20:27 +0200)
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':