voxpupuli / puppet-grafana

Puppet module to manage Grafana
Apache License 2.0
15 stars 106 forks source link

grafana_folder / example for permissions #213

Open mc-chaos opened 4 years ago

mc-chaos commented 4 years ago

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?

mc-chaos commented 4 years ago

207 This is the PR with gives folder permissions to grafana_folder. But there is no example :-(

@ghoneycutt could you help here?