Open ubellavance opened 7 years ago
The module doesn't run apt-get update after having pushed the repo file and before running apt-get install. Therefore, the first puppet run fails, but since the first run also runs apt-get update, the second puppet run works.
apt-get update
apt-get install
The module doesn't run
apt-get update
after having pushed the repo file and before runningapt-get install
. Therefore, the first puppet run fails, but since the first run also runsapt-get update
, the second puppet run works.