Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing PuppetBoard on a different host to PuppetDB #1136

Open
marketier opened this issue Jul 24, 2024 · 0 comments
Open

Installing PuppetBoard on a different host to PuppetDB #1136

marketier opened this issue Jul 24, 2024 · 0 comments

Comments

@marketier
Copy link

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

My site.pp contains:

/etc/puppetlabs/code/environments/production/manifests/site.pp

node 'mypuppetserverhost' {
   class { 'puppetboard':
     python_version => '3.9',
     secret_key     => fqdn_rand_string(32),
   }
}

Should I expect to see PuppetBoard running as service? What port should it be running on?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant