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

How to add datasource #125

Open
p0ntsNL opened this issue May 24, 2018 · 0 comments
Open

How to add datasource #125

p0ntsNL opened this issue May 24, 2018 · 0 comments

Comments

@p0ntsNL
Copy link

p0ntsNL commented May 24, 2018

Hi,

I am fairly new to the whole custom module thing and I was wondering how should I make the configuration if I would like to add a datasource through puppet?

currently my site.pp looks like this:

  include apt, dnsmasq, firewall, vpnserver

  class { 'grafana':
      cfg => {
        server   => {
          http_port     => 3000,
        },
        users    => {
          allow_sign_up => false,
        },
        'auth.anonymous'    => {
          enabled => true,
          org_name => 'Main Org.',
          org_role => 'Viewer',
        },
      },
  },

}```

So how can I add a datasource from here? where should I do it?
lukebigum pushed a commit to lukebigum/puppet-grafana that referenced this issue Oct 2, 2018
cegeka-jenkins pushed a commit to cegeka/puppet-grafana that referenced this issue Feb 1, 2024
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