]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/blob - auth_conf.epp
5b3000ffcc604aee88287388fc0f123c8299c6af
[puppet-modules/puppetlabs-apt.git] / 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 <% } -%>