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

Puppet Reporting in masterless #707

Open
djtecha opened this issue Jun 17, 2021 · 1 comment
Open

Puppet Reporting in masterless #707

djtecha opened this issue Jun 17, 2021 · 1 comment

Comments

@djtecha
Copy link

djtecha commented Jun 17, 2021

I'm trying to figure out how this is all supposed to work in a world were we don't have a puppet server and the documentation is pretty sparse. We run puppet via a simple puppet apply and it would be nice to still get the reporting integration to work. Following the docs I couldn't even get the puppet run to work until I manually installed the puppetserver. We'd rather not have to do this and ideally we could just reference the local report in /opt/puppetlabs/puppet/cache/reports/ is there a way to do this?

@djtecha
Copy link
Author

djtecha commented Jun 17, 2021

Ok I figured it out but feel this could be documented better.

For masterless you have to add this toi your puppet.conf

[user]
  reports=datadog_reports

and in your hiera call set these two options

datadog_agent::puppet_run_reports: true
datadog_agent::puppet_gem_provider: 'puppet_gem'

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