Skip to content

Commit

Permalink
Create provisioning directory
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dular committed Sep 29, 2023
1 parent 7ae2ffe commit 62b1eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
require => User['grafana'],
}

file { $grafana::config_dir:
file { [$grafana::config_dir, "${grafana::config_dir}/provisioning":
ensure => directory,
group => 'root',
owner => 'root',
Expand Down

0 comments on commit 62b1eb5

Please sign in to comment.