Skip to content

Commit

Permalink
Create grafana group
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dular committed Sep 29, 2023
1 parent f129b47 commit 7ae2ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
ensure => present,
home => $grafana::install_dir,
}
group { 'grafana':
ensure => present,
}
}

file { $grafana::install_dir:
Expand Down

0 comments on commit 7ae2ffe

Please sign in to comment.