Update CODEOWNERS
[puppet-modules/puppetlabs-apt.git] / templates / auth_conf.epp
1 // This file is managed by Puppet. DO NOT EDIT.
2 <% if $auth_conf_entries != [] { -%>
3 <% $auth_conf_entries.each | $auth_conf_entry | { -%>
4 machine <%= $auth_conf_entry['machine'] %> login <%= $auth_conf_entry['login'] %> password <%= $auth_conf_entry['password'] %>
5 <% } -%>
6 <% } -%>