Skip to content

Commit

Permalink
Add slurm user and group requirement to prometheus-slurm-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 3, 2024
1 parent 311597b commit 5e3a958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/profile/manifests/metrics.pp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
require => [
Package['prometheus-slurm-exporter'],
File['/etc/systemd/system/prometheus-slurm-exporter.service'],
User['slurm'],
Group['slurm'],
],
}
}

0 comments on commit 5e3a958

Please sign in to comment.