I successfully set up foreman and puppet. Now I'm trying to configure host groups
which should contain a specific configuration.
My example: Host group "Basic" should get a special MOTD.
I installed a MOTD-module for puppet:
puppet module install puppetlabs-motd
Now I imported the class to foreman - works also fine.
Next step was adding a new host group:
Okay, fine. Now I'm adding my new motd-class:
Okay, now it would be fine if all hosts belonging to the host group "Basis" would show a MOTD-text "Hello World". If I configure another host group "Test" which is also using the motd-module the text should be "Bye, bye world".
How can I specify parameters for each host group this way?