(maint) - add back gems removed by pdk update
[puppet-modules/puppetlabs-apt.git] / templates / auth_conf.epp
1 <% if $apt::auth_conf_entries != [] { -%>
2 <% $apt::auth_conf_entries.each | $auth_conf_entry | { -%>
3 machine <%= $auth_conf_entry['machine'] %> login <%= $auth_conf_entry['login'] %> password <%= $auth_conf_entry['password'] %>
4 <% } -%>
5 <% } -%>