puppetlabs / puppet-dev-tools

Puppet development tools in a Docker image
Apache License 2.0
12 stars 25 forks source link

Fix apt package upgrades #92

Closed ccaum closed 3 years ago

ccaum commented 3 years ago

Previous to this PR, the apt cache was not updated prior to doing an apt package upgrade. This caused important updates to be missed. This commit introduces an initial apt cache update prior to doing an apt upgrade. Another apt cache update is one after the puppet agent repository package is installed.

genebean commented 3 years ago

Yep... I totally missed that one 🤦🏻