6 lines
284 B
Text
6 lines
284 B
Text
// This file is managed by Puppet. DO NOT EDIT.
|
|
<% if $auth_conf_entries != [] { -%>
|
|
<% $auth_conf_entries.each | $auth_conf_entry | { -%>
|
|
machine <%= $auth_conf_entry['machine'] %> login <%= $auth_conf_entry['login'] %> password <%= $auth_conf_entry['password'] %>
|
|
<% } -%>
|
|
<% } -%>
|