How to make Puppet join specific group and environement?

0

I am wondering is there is a way to make a Puppet agent join a specific Host Group and a specific Environment? This should be done from the Agent without the need to run this from Puppet master.

Taleeb

Posted 2017-01-11T14:30:21.937

Reputation: 63

Answers

1

You can specify the environment to use with the following command:

puppet agent -t --environment <YOUR TEST ENVIRONMENT> 

Philip Kirkbride

Posted 2017-01-11T14:30:21.937

Reputation: 414