Open mc-chaos opened 4 years ago
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?
@ghoneycutt could you help here?
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?