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

grafana_team resource gives Could not evaluate: Invalid parameter #237

Closed
ndelic0 opened this issue Feb 18, 2021 · 1 comment
Closed

grafana_team resource gives Could not evaluate: Invalid parameter #237

ndelic0 opened this issue Feb 18, 2021 · 1 comment

Comments

@ndelic0
Copy link

ndelic0 commented Feb 18, 2021

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.20.0
  • Ruby: ruby 2.5.8p224 (2020-03-31 revision 67882) [x86_64-linux]
  • Distribution: CentOS Linux release 7.8.2003 (Core)
  • Module version: 7.0.0

How to reproduce (e.g Puppet code you use)

class profile::monitoring::grafana {
  include grafana
  grafana_team {  'example':
    ensure           => 'present',
    grafana_url      => 'http://localhost:3000',
    grafana_user     => 'admin',
    grafana_password => 'admin',
  }
}

What are you seeing

Error: /Stage[main]/Profile::Monitoring::Grafana/Grafana_team[example]: Could not evaluate: Invalid parameter target_name(:target_name)

What behaviour did you expect instead

team 'axample' created in Main org

Output log

Error: /Stage[main]/Profile::Monitoring::Grafana/Grafana_team[example]: Could not evaluate: Invalid parameter target_name(:target_name)

Any additional information you'd like to impart

@ndelic0
Copy link
Author

ndelic0 commented Feb 23, 2021

Closing the issue. It was related to the version of Grafana module on the Forge.

@ndelic0 ndelic0 closed this as completed Feb 23, 2021
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