From 2a0a794d9c5c878e17e3b89fee91aa144aa5aa1f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 3 Aug 2018 09:53:12 +0200 Subject: [PATCH] whitespace fix --- modules/bacula/templates/bacula-dir.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index 45b91724c..fc9990665 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -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 -- 2.20.1