How to install Latest Puppet in Ubuntu Linux - Puppet 5 (Upgrade Puppet Version)

preview_player
Показать описание
ubuntu 16.04 14.04, How to upgrade puppet version
Howto Install Configure and Run Latest Puppet in Ubuntu red hat fedora centos
1)
sudo apt-get update

2)
sudo apt-get install puppet
puppet —version

3)

4)
cd . puppet-4.10.8
Рекомендации по теме
Комментарии
Автор

It's worth sticking with this video - it does eventually get to the point - which is that the instructions on the puppet website simply don't work, but that you can install from a tar file from downloads.ubuntu.com

grahamnicholls
Автор

No.
1) This is absolutely *not * how to install the latest version of puppet. What you will get is bastard child of two different versions of puppet, which will have a deprecated version of Ruby, and fail in lots of obscure ways because of the differences in configuration and facts between the two versions.
2) You don't even use the repo that you install in step 1. "apt-get install puppet" will get you (for Ubuntu 14.04) Puppet 3.4.3, anyway.
3) The instructions on the puppet website *do* work. They are a bit obscure, but they work.

What you should do:

simonharrison