-
Notifications
You must be signed in to change notification settings - Fork 4
Puppet Dev
Kyle Sferrazza edited this page Feb 9, 2022
·
1 revision
# set hostname to FQDN
sudo vi /etc/hostname
# add puppet entry
sudo vi /etc/hosts
sudo reboot
sudo dnf install -y https://yum.puppet.com/puppet7-release-el-8.noarch.rpm
sudo dnf install -y puppet-agent
echo 'export PATH=$PATH:/opt/puppetlabs/bin' | tee -a ~/.bashrc
sudo -i
# in root shell
puppet ssl bootstrap
puppet agent --test --verbose