module-apt/manifests
Gabriel Filion 2942cd0dd8 remove requirement on lsb package for sources.list file
Managing requirements for installing the lsb package has proven over
time to make no sense. The best approach to this is to require
lsb-release to be installed alongside puppet, since otherwise there are
so much facts that get no value during the run and you end up needing to
run puppet twice to get the real end result.

Also, since we're not including a class that is actually installing the
'lsb' package, that require line makes it so that including the apt
module doesn't work, and there's no documentation in the README about
needing to provide a package{'lsb':} resource with the apt class.

Because of all that, it makes more sense to just get rid of that require
line and mark lsb as a pre-requirement in the README file.
2015-12-04 14:35:27 -05:00
..
cron Fix overzealous linting. 2013-01-03 19:57:44 +01:00
dist_upgrade Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
key Quote apt-key variable parameter. 2015-08-31 09:55:17 +00:00
preferences Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
apt_conf.pp Install unattended-upgrades after Exec[refresh_apt] 2013-02-01 15:52:29 +01:00
apticron.pp Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
dist_upgrade.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
dot_d_directories.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
dselect.pp use stdlib instead of the common module 2014-01-08 21:27:05 +01:00
init.pp remove requirement on lsb package for sources.list file 2015-12-04 14:35:27 -05:00
key.pp Add validation for apt::key's name. 2015-08-31 10:01:03 +00:00
listchanges.pp Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
params.pp Use $ubuntu_url as default value of $backports_url on Ubuntu 2015-12-04 12:36:25 -05:00
preferences.pp Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
preferences_snippet.pp Remove Lenny-related comment that was made obsolete a year ago by commit 822950. 2013-12-08 21:58:38 +00:00
preseeded_package.pp Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
proxy_client.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
reboot_required_notify.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
sources_list.pp make it optional to end sources in ".list" 2014-12-06 00:52:59 -05:00
unattended_upgrades.pp Make it possible to specify own template. 2015-10-09 17:22:31 -04:00
update.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
upgrade_package.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00