Skip to content

Commit

Permalink
Merge pull request #4 from noelmcloughlin/macos
Browse files Browse the repository at this point in the history
fix(macos): ensure group is correct for macos
  • Loading branch information
noelmcloughlin authored Jun 23, 2019
2 parents e2a9da6 + f28d08b commit a96fdee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grafana/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Solaris: {}
Windows: {}

MacOS:
rootgroup: {{ macos_group | d('') }}
group: {{ macos_group | d('') }}
service:
name: grafana
group: {{ macos_group | d('') }}

0 comments on commit a96fdee

Please sign in to comment.