Mercurial > repos > other > Puppet
view modules/apt/templates/auth_conf.epp @ 448:460bf6514bd8
Remove WarFoundry config
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 15 Jul 2023 13:31:32 +0100 |
parents | 3fce34f642f1 |
children | adf6fe9bbc17 |
line wrap: on
line source
<% if $apt::auth_conf_entries != [] { -%> <% $apt::auth_conf_entries.each | $auth_conf_entry | { -%> machine <%= $auth_conf_entry['machine'] %> login <%= $auth_conf_entry['login'] %> password <%= $auth_conf_entry['password'] %> <% } -%> <% } -%>