Skip to content

Commit 20abd94

Browse files
author
deepakt7340
committed
Fix the bug added in slurmctl class
1 parent 531cbeb commit 20abd94

File tree

1 file changed

+0
-4
lines changed
  • modules/enableit/profile/manifests/computing/slurm

1 file changed

+0
-4
lines changed

modules/enableit/profile/manifests/computing/slurm/slurmctld.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@
1919

2020
include ::slurm::slurmctld
2121

22-
notify { "This is slurmctld enabling metrics": }
23-
2422
if versioncmp($slurm_version, '25.11') >= 0 {
25-
notify { "The slurm version which we are using is ${slurm_version}": }
2623
$metrics.each |$metric| {
27-
notify { "The slurm metrics which we are enabling is ${metric}": }
2824
prometheus::scrape_job { "${metric}_${scrape_host}_${slurmctldport}":
2925
job_name => 'slurm',
3026
collect_dir => '/etc/prometheus/file_sd_config.d',

0 commit comments

Comments
 (0)