From: Peter Palfrader Date: Fri, 3 Aug 2018 07:53:12 +0000 (+0200) Subject: whitespace fix X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2a0a794d9c5c878e17e3b89fee91aa144aa5aa1f;p=mirror%2Fdsa-puppet.git whitespace fix --- 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