Mercurial > repos > other > Puppet
comparison modules/apt/templates/auth_conf.epp @ 386:3fce34f642f1
Add a PHP module to handle platform differences
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 03 Jan 2022 17:09:39 +0000 |
parents | |
children | adf6fe9bbc17 |
comparison
equal
deleted
inserted
replaced
385:d9009f54eb23 | 386:3fce34f642f1 |
---|---|
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 <% } -%> |