Merge pull request 'fix: sonar config empty line' (#61) from neoloc/sonarr_config into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/61
This commit is contained in:
Ben Vincent 2024-06-26 00:00:21 +10:00
commit 027140fb7a

View File

@ -13,4 +13,4 @@
<SslCertPassword><%= @ssl_cert_password || '' %></SslCertPassword> <SslCertPassword><%= @ssl_cert_password || '' %></SslCertPassword>
<UrlBase><%= @url_base || '' %></UrlBase> <UrlBase><%= @url_base || '' %></UrlBase>
<InstanceName><%= @instance_name %></InstanceName> <InstanceName><%= @instance_name %></InstanceName>
</Config> </Config><%- # No newline at the end of the file -%>