You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the Puppet Server running on a separate host from PuppetDB, both Rocky 9 Linux hosts. I have installed PuppetBoard on the Puppet Server host and can see the following entry after running puppet agent -t.
Info: Refreshing CRL
Info: CRL is unmodified, using existing CRL
Info: Using environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Notice: Requesting catalog from mypuppetserverhost:8140 (10.54.0.12)
Notice: Catalog compiled by mypuppetserverhost
Info: Caching catalog for mypuppetserverhost
Info: Applying configuration version '1721837427'
Notice: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]/returns: executed successfully (corrective)
Notice: Applied catalog in 7.47 seconds
I have the Puppet Server running on a separate host from PuppetDB, both Rocky 9 Linux hosts. I have installed PuppetBoard on the Puppet Server host and can see the following entry after running
puppet agent -t
.My site.pp contains:
/etc/puppetlabs/code/environments/production/manifests/site.pp
Should I expect to see PuppetBoard running as service? What port should it be running on?
Thanks.
The text was updated successfully, but these errors were encountered: