Closed Perkka2 closed 1 year ago
Run puppet_os_patching on a fresh Debian 11 install
There are no updates that gets listed
The os_patching_fact_generation.sh script does only run apt upgrade -s which wont return any results since and apt update was not ran beforehand
os_patching_fact_generation.sh
apt upgrade -s
apt update
I love an issue that can be solved with a one-line addition - just testing it now.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Run puppet_os_patching on a fresh Debian 11 install
What are you seeing
There are no updates that gets listed
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The
os_patching_fact_generation.sh
script does only runapt upgrade -s
which wont return any results since andapt update
was not ran beforehand