puppet-prod/modules/exporters/templates/sysconfig.erb
Ben Vincent 7fbb87b4b6 feat: add exportarr (#365)
- add exporters::exportarr
- deploy for radarr, sonarr and prowlarr

Reviewed-on: #365
2025-07-27 19:47:26 +10:00

5 lines
105 B
Plaintext

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