switch buxtehude to more puppetized pg backups
[mirror/dsa-puppet.git] / modules / postgres / templates / backup_server / postgres-make-base-backups.erb
index b834fb0..a54e803 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 # run a bunch of full postgresql backups
+# vim:syn=sh:
 
 
 # Copyright 2014 Peter Palfrader
@@ -67,6 +68,7 @@ thishost=$(hostname -f)
 
 while read host port username  cluster version; do
        [ "${host#\#}" = "$host" ] || continue
+       [ -z "$host" ] && continue
 
        if [ -n "$forcehostport" ] && [ "$forcehostport" != "$host:$port" ]; then
                [ "$verbose" -gt 0 ] && echo "Skipping $host:$port $version/$cluster."
@@ -94,9 +96,9 @@ bmdb1.debian.org      5440    debian-backup           debsources      9.4
 danzi.debian.org       5433    debian-backup           main            9.4
 fasolo.debian.org      5433    debian-backup           dak             9.4
 sibelius.debian.org    5433    debian-backup           snapshot        9.4
-vittoria.debian.org    5432    debian-backup           main            9.4
-melartin.debian.org    5432    debian-backup           main            9.6
-<%- if hostname != "backuphost" -%>
+<%- if @hostname != "backuphost" -%>
 moszumanska.debian.org 5432    debian-backup           main            9.1
 <%- end -%>
-EOF
+#
+# puppet notice:  this is just a partial file.  The tail EOF comes
+# from a different concat fragment