What is My_Puppet_Environment?

Problem: in document

  1. Configure the Puppet agent. Set the environment parameter to the name of the Puppet environment to which the host belongs:

puppet config set server foreman.example.com --section agent # puppet config set environment My_Puppet_Environment --section agent

what is My_Puppet_Environment?

Expected outcome:

Foreman and Proxy versions:

Foreman and Proxy plugin versions:

Distribution and version:

Other relevant data:

It is the Puppet environment you want your agents to use. The default Puppet environment is called “production”, but you cann call them whatever you want, that’s why the docs are generic.
See here for more info: