fruit-bowl/environments/production/thirdparty/apt/templates/auth_conf.epp
2025-04-01 17:49:26 +00:00

6 lines
284 B
Text

// This file is managed by Puppet. DO NOT EDIT.
<% if $auth_conf_entries != [] { -%>
<% $auth_conf_entries.each | $auth_conf_entry | { -%>
machine <%= $auth_conf_entry['machine'] %> login <%= $auth_conf_entry['login'] %> password <%= $auth_conf_entry['password'] %>
<% } -%>
<% } -%>