666a05dea1
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. |
||
---|---|---|
.. | ||
debian | ||
backports.pp | ||
builddep.pp | ||
conf.pp | ||
force.pp | ||
init.pp | ||
key.pp | ||
params.pp | ||
pin.pp | ||
ppa.pp | ||
release.pp | ||
source.pp | ||
update.pp |