]> gitweb.fluxo.info Git - puppet-apt.git/commit
Add apt_conf_snippet and use it where possible
authorGabriel Filion <lelutin@gmail.com>
Sun, 24 Oct 2010 13:07:34 +0000 (09:07 -0400)
committerGabriel Filion <lelutin@gmail.com>
Sun, 24 Oct 2010 13:17:09 +0000 (09:17 -0400)
commitac76a5d52df78aec919f08334ca5b140902a9298
treea5eacd9b7edb4213a61b8e569be93bf2bf6b24b6
parente22029433aa82817fb4cfcb9281991b5bd526c09
Add apt_conf_snippet and use it where possible

With the new define, it's easy to add an apt.conf snippet in apt.conf.d
It accepts either 'sources' to get a static file or 'content' to define
content inline or with the help of a template.

Put it to use where we create files in apt.conf.d

Finally, fix the dependancy to the apt_config file (however, I don't see
the need for this dependancy)

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
files/02show_upgraded [new file with mode: 0644]
files/03clean [new file with mode: 0644]
manifests/apt_conf_snippet.pp [new file with mode: 0644]
manifests/init.pp
manifests/proxy-client.pp
manifests/unattended_upgrades.pp
templates/20proxy.erb [new file with mode: 0644]