bacula: reorder a statement (should cause no effective change)
authorPeter Palfrader <peter@palfrader.org>
Fri, 3 Aug 2018 07:53:05 +0000 (09:53 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 3 Aug 2018 07:53:05 +0000 (09:53 +0200)
modules/bacula/templates/bacula-sd.conf.erb

index f019071..d724a0a 100644 (file)
@@ -7,10 +7,10 @@
 Storage {
   Name = <%= @bacula_storage_name %>
   SDPort = <%= @bacula_storage_port %>
+  SDAddress = <%= @bacula_storage_address %>
   WorkingDirectory = "/var/lib/bacula"
   Pid Directory = "/var/run/bacula"
   Maximum Concurrent Jobs = 21
-  SDAddress = <%= @bacula_storage_address %>
   Heartbeat Interval = 60
 
   TLS Enable = yes