57175/error-puppet-not-found-when-trying-run-puppet-config-command
I am trying to configure dns-alt-names, so on running the following command on my ubuntu puppet master where I already installed puppet server,
/opt/puppetlabs/bin/puppet config set dns_alt_names 'puppet,puppet.example.com' --section main Error: Puppet not found
How should i resolve this? Please help.
This is because you have not added puppet to your path.
You will need to do it before anything else.
Execute the following command on your session:
export PATH=${PATH}:/opt/puppet/bin
You should be all set from there.
Your kp::testfile is a defined type, not ...READ MORE
This error indicates that probably there is ...READ MORE
When you use puppet, you don't use ...READ MORE
If Puppet apply is configured incorrectly, this error is ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
This might probably because your puppet installation ...READ MORE
The provision command triggers an error if you try ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.