Skip to content

Commit

Permalink
do not hardcode config file owner so they can be readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcat committed Jun 13, 2019
1 parent fefd68a commit 8fae159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
# Ideally we'd check them the same way the other config files are checked.
file { "${prometheus::config_dir}/file_sd_config.d":
ensure => directory,
owner => $prometheus::user,
group => $prometheus::server::group,
purge => true,
recurse => true,
Expand Down

0 comments on commit 8fae159

Please sign in to comment.