ship pg backup sshkeys in puppet
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server.pp
index 2bda5dc..42c2364 100644 (file)
@@ -28,6 +28,10 @@ class postgres::backup_server {
                mode   => '0555',
                notify  => Exec['postgres-make-backup-sshauthkeys'],
        }
+       file { '/etc/dsa/postgresql-backup/sshkeys-manual':
+               content => template('postgres/backup_server/sshkeys-manual.erb'),
+               notify  => Exec['postgres-make-backup-sshauthkeys'],
+       }
        concat { '/etc/dsa/postgresql-backup/sshkeys-sources':
                notify  => Exec['postgres-make-backup-sshauthkeys'],
        }