Installing
-
2. Enabling Puppet Repository
Add Puppet Repository for Ubuntu GNU/Linux
-
3. Installing Puppet
Then to Install Puppet in Ubuntu
Simply run:sudo apt install puppetserver puppet-agent
-
4. Amending Root Path
Again Append Puppet into the Sudo Path
So to enable it Configure the sudoers File withsudo visudo
And append to the secure_path Var definition:
:/opt/puppetlabs/bin
Save & Exit.
Again amend the User’s Path with:echo "export PATH=$PATH:/opt/puppetlabs/bin" >> ~/.bashrc
-
5. Starting Puppet Services
Next to Puppet Services
Run:sudo systemctl start puppet
And again:
sudo systemctl start puppetserver
Use the same Commands with “enable” to get them Started at Boot.
Contents