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
Module complains about folder parameter not existing for grafana_dashboard resource type.
What behaviour did you expect instead
Creation of test_dashboard dashboard based on json file. folder parameter does exist in the resource type in the master branch of this module
# cat modules/grafana/lib/puppet/type/grafana_dashboard.rb | grep folder -A 3
newparam(:folder) do
desc 'The folder to place the dashboard in (optional)'
end
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER:
Server Error: no parameter named 'folder' on Grafana_dashboard[test_dashboard]
Any additional information you'd like to impart
Folder exists and $grafana_xx variables work fine with other module resource types.
The text was updated successfully, but these errors were encountered:
@thisisxgp I've since resolved this issue, after searching for
Error: Could not retrieve catalog from remote server: Error 500 on SERVER:
Server Error: no parameter named
The results seemed to indicate that this was down to "module bleed" (a term I'd never come across before) and a restart of our puppetmaster would resolve it, which it did.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Module complains about
folder
parameter not existing forgrafana_dashboard
resource type.What behaviour did you expect instead
Creation of
test_dashboard
dashboard based on json file.folder
parameter does exist in the resource type in the master branch of this moduleOutput log
Any additional information you'd like to impart
Folder exists and
$grafana_xx
variables work fine with other module resource types.The text was updated successfully, but these errors were encountered: