puppet-prod/modules/exporters/templates/sysconfig.erb
Ben Vincent 286bfb6946
All checks were successful
Build / precommit (pull_request) Successful in 5m8s
feat: add exportarr
- add exporters::exportarr
- deploy for radarr, sonarr and prowlarr
2025-07-27 16:33:06 +10:00

5 lines
105 B
Plaintext

# THIS FILE IS MANAGED BY PUPPET
<% @options.each do |key, value| -%>
<%= key %>=<%= value %>
<% end -%>