whitespace fix
authorPeter Palfrader <peter@palfrader.org>
Fri, 3 Aug 2018 07:53:12 +0000 (09:53 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 3 Aug 2018 07:53:12 +0000 (09:53 +0200)
modules/bacula/templates/bacula-dir.conf.erb

index 45b9172..fc99906 100644 (file)
@@ -21,7 +21,7 @@ Director {
   DirAddresses = {
      # Always have localhost in, then the configured IP
      ip = { addr = 127.0.0.1; port = 9101 }
-        ip = { addr = <%=@bacula_director_address%>; port = <%=@bacula_director_port%> }
+     ip = { addr = <%=@bacula_director_address%>; port = <%=@bacula_director_port%> }
   }
 
   TLS Enable = yes