diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-02-22 11:48:21 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-02-22 11:48:21 +0100 |
commit | 7558afebdd1f5ff60d789452b667d89bd8ffb449 (patch) | |
tree | e9cf44ebb2fb62dc00ffaf7333167c47058b5b5a | |
parent | 0b4d97b6cb73cc64bd91160b927a271df39d8c38 (diff) | |
download | cacert-puppet-7558afebdd1f5ff60d789452b667d89bd8ffb449.tar.gz cacert-puppet-7558afebdd1f5ff60d789452b667d89bd8ffb449.tar.xz cacert-puppet-7558afebdd1f5ff60d789452b667d89bd8ffb449.zip |
Integrate upstream comments in puppet sources list
-rw-r--r-- | sitemodules/profiles/templates/base/apt_sources_puppet5.list.epp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sitemodules/profiles/templates/base/apt_sources_puppet5.list.epp b/sitemodules/profiles/templates/base/apt_sources_puppet5.list.epp index e9c0f73..33c0dfb 100644 --- a/sitemodules/profiles/templates/base/apt_sources_puppet5.list.epp +++ b/sitemodules/profiles/templates/base/apt_sources_puppet5.list.epp @@ -1,4 +1,12 @@ <%- | String $oscodename = "" |-%> # THIS FILE IS MANAGED BY PUPPET, MANUAL CHANGES WILL BE OVERWRITTEN AT THE # NEXT PUPPET RUN. +# Puppet 5 <%= $oscodename %> Repository deb http://apt.puppetlabs.com <%= $oscodename %> puppet5 + +# Puppet 5 <%= $oscodename %> Source Repository +# The source repos are commented out by default because we +# do not always make sources available for all packages or +# for all platforms. If you want to access the source repos, +# uncomment the following line. +#deb-src http://apt.puppetlabs.com <%= $oscodename %> puppet5 |