module-puppetlabs-apt/manifests
Nan Liu 666a05dea1 (#11966) apt module containment for apt_update.
The update to separate Exec["apt-get update ${name}"] to single exec in
apt::update class resulted in apt-get update command to be dangled.
Previously if user specified Package['package_a'] <-
Apt::Resource['source_a'], the original refactor would no longer
guarantee apt-get update is executed before the package is installed.
This patch fixes the problem using the anchor resource and ensuring the
old behaviour is maintained and user can depend on apt-get update
command being invoked if they specify dependency on any apt::*
define resource type as well as the apt class.
2012-05-07 15:27:53 -07:00
..
debian Adds apt::{conf,backports} and variable style. 2012-04-20 13:35:27 -07:00
backports.pp (#11966) Only invoke apt-get update once. 2012-05-04 13:35:13 -07:00
builddep.pp (#11966) apt module containment for apt_update. 2012-05-07 15:27:53 -07:00
conf.pp (#14308) Add ensure=>absent for define resource. 2012-05-03 16:59:13 -07:00
force.pp Adds apt::{conf,backports} and variable style. 2012-04-20 13:35:27 -07:00
init.pp (#11966) apt module containment for apt_update. 2012-05-07 15:27:53 -07:00
key.pp (#13289) Fix some more style violations 2012-03-21 13:35:48 +00:00
params.pp Cleanup apt-module puppet-lint related issues. 2012-05-03 10:10:06 -07:00
pin.pp (#14321) apt::pin resource support release. 2012-05-04 13:56:35 -07:00
ppa.pp (#11966) apt module containment for apt_update. 2012-05-07 15:27:53 -07:00
release.pp Adds apt::{conf,backports} and variable style. 2012-04-20 13:35:27 -07:00
source.pp (#11966) apt module containment for apt_update. 2012-05-07 15:27:53 -07:00
update.pp (#11966) Change apt update to apt_update. 2012-05-04 13:35:25 -07:00