We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# 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
There was an error while loading. Please reload this page.