Merge pull request #1110 from puppetlabs/CONT-581
[puppet-modules/puppetlabs-apt.git] / templates / auth_conf.epp
index 5b3000ffcc604aee88287388fc0f123c8299c6af..5dc37e9626d4ca712f972b23ffef39c5a83d2a24 100644 (file)
@@ -1,5 +1,6 @@
-<% if $apt::auth_conf_entries != [] { -%>
-<% $apt::auth_conf_entries.each | $auth_conf_entry | { -%>
+// 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'] %>
 <% } -%>
 <% } -%>