53951/puppet-upgrading-a-puppet-server
Upgrading the puppetserver package effectively upgrades Puppet Server.
The puppetserver package, in turn, depends on the puppet-agent package, and your node’s package manager automatically upgrades puppet-agent if the new version of puppetserver requires it.
On your Puppet Server node, run the command appropriate to your package installer:
Yum:
yum update puppetserver
Apt:
apt-get update apt-get install --only-upgrade puppetserver
If you pinned Puppet packages to a specific version, remove the pins.
For yum packages locked with the versionlock plugin, edit /etc/yum/pluginconf.d/versionlock.list to remove the lock.
On apt systems, remove .pref files from /etc/apt/preferences.d/ that pin packages, and use the apt-mark unhold command on each held package.
Hey if you're using Ubuntu, you can ...READ MORE
Yes, here is how you can do ...READ MORE
Installing puppet-jenkins is easy. To install via Git, ...READ MORE
There are a few considerations to be ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Agents trust the master only if they ...READ MORE
Try this: Remove the existing apt repository by ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.