]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/blob - templates/auth_conf.epp
Merge pull request #971 from capsi-informatique/fix-typo
[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 <% } -%>