whitespace change only -- replace tabs with 2 spaces
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server / globals.pp
index f89a368..5504504 100644 (file)
@@ -1,11 +1,11 @@
 #
 class postgres::backup_server::globals {
-       $make_base_backups = '/usr/local/bin/postgres-make-base-backups'
-       $pgpassfile = '/home/debbackup/.pgpass'
-       $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources'
+  $make_base_backups = '/usr/local/bin/postgres-make-base-backups'
+  $pgpassfile = '/home/debbackup/.pgpass'
+  $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources'
 
-       $tag_base_backup = "postgresql::server::backup-source-make-base-backup-entry"
-       $tag_source_sshkey = "postgresql::server::backup-source-sshkey"
-       $tag_source_pgpassline = "postgresql::server::backup-source-pgpassline"
-       $tag_dsa_check_backupp = "postgresql::server::backup-dsa-check-backuppg"
+  $tag_base_backup = "postgresql::server::backup-source-make-base-backup-entry"
+  $tag_source_sshkey = "postgresql::server::backup-source-sshkey"
+  $tag_source_pgpassline = "postgresql::server::backup-source-pgpassline"
+  $tag_dsa_check_backupp = "postgresql::server::backup-dsa-check-backuppg"
 }