Drop HOST_PGBACKUPHOST_V4 and HOST_PGBACKUPHOST_V6
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 28 Sep 2019 09:31:57 +0000 (11:31 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 28 Sep 2019 09:31:57 +0000 (11:31 +0200)
modules/ferm/templates/defs.conf.erb

index 84aa85d..9265849 100644 (file)
@@ -41,9 +41,7 @@
   dbs.flatten!
 %>
 
-@def $HOST_PGBACKUPHOST_V4 = (<%= scope.function_filter_ipv4([rolehost['postgres_backup_server']]).uniq.join(' ') %>);
-@def $HOST_PGBACKUPHOST_V6 = (<%= scope.function_filter_ipv6([rolehost['postgres_backup_server']]).uniq.join(' ') %>);
-@def $HOST_PGBACKUPHOST = ( $HOST_PGBACKUPHOST_V4 $HOST_PGBACKUPHOST_V6 );
+@def $HOST_PGBACKUPHOST = (<%= rolehost['postgres_backup_server'].uniq.join(' ') %>);
 
 
 <%