We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create puppet-resource: grafana_folder {'test_folder1': ensure => present, uid => 'test1', organization => 'org1', }
grafana_folder {'test_folder1': ensure => present, uid => 'test1', organization => 'org1', }
Folder is created as defined. But i could not find any example, how to set the permissions for this folder to a user or a team?
The text was updated successfully, but these errors were encountered:
#207 This is the PR with gives folder permissions to grafana_folder. But there is no example :-( @ghoneycutt could you help here?
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
create puppet-resource:
grafana_folder {'test_folder1': ensure => present, uid => 'test1', organization => 'org1', }
What are you seeing
Folder is created as defined. But i could not find any example, how to set the permissions for this folder to a user or a team?
The text was updated successfully, but these errors were encountered: