Skip to content

Commit

Permalink
prometheus config: set file_sd_config.d mode
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud SINAYS <[email protected]>
  • Loading branch information
Arnoways authored and TheMeier committed Dec 30, 2024
1 parent b2650aa commit 4d84f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
file { "${prometheus::config_dir}/file_sd_config.d":
ensure => directory,
group => $prometheus::server::group,
mode => $prometheus::config_mode,
purge => $prometheus::purge_config_dir,
recurse => true,
notify => Class['prometheus::service_reload'], # After purging, a reload is needed
Expand Down

0 comments on commit 4d84f7f

Please sign in to comment.