Foreman Configuration
This is a list of configuration steps taken after Foreman central host installation.
Connect the Puppet Agent on Foreman Host
1 |
puppet agent --test |
A warning is displayed on the first run.
Foreman's Hosts tab will show the new node.
Check Out Puppet Modules
My puppet modules are in a code repository, but I notice Foreman does not use the same Puppet directory setup as I selected for my pre-Foreman configuration. The environments common, development and production are the same, though. This will be a good opportunity to simplify my current Puppet setup.
Install subversion
1 |
apt-get install subversion |
Checkout modules to the production environment. Import the classes using More > Configuration > Puppet Classes.
These should now appear on the dashboard.
Be the first to comment. Leave a comment