Difference between revisions of "Puppet"
From Wasya Wiki
(Created page with " = Install = From: https://www.puppet.com/docs/puppet/7/install_agents#install_agents wget https://apt.puppet.com/puppet7-release-bionic.deb sudo dpkg -i puppet7-release...") |
(→Install) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
apt-get update | apt-get update | ||
sudo apt-get install puppet-agent | sudo apt-get install puppet-agent | ||
+ | |||
+ | From: https://www.puppet.com/docs/puppet/7/server/install_from_packages.html | ||
+ | |||
+ | apt-get install puppetserver | ||
+ | systemctl start puppetserver | ||
+ | ## logout/login, then to verify: | ||
+ | puppetserver -v |
Latest revision as of 23:05, 4 April 2024
Install
From: https://www.puppet.com/docs/puppet/7/install_agents#install_agents
wget https://apt.puppet.com/puppet7-release-bionic.deb sudo dpkg -i puppet7-release-bionic.deb apt-get update sudo apt-get install puppet-agent
From: https://www.puppet.com/docs/puppet/7/server/install_from_packages.html
apt-get install puppetserver systemctl start puppetserver ## logout/login, then to verify: puppetserver -v