Skip to content

Commit

Permalink
Remove key 'SlurmctldPidFile' from __slurmdbd_config_default
Browse files Browse the repository at this point in the history
(cherry picked from commit 936e64a)
  • Loading branch information
cat-bro authored and btravouillon committed Sep 29, 2023
1 parent c193df0 commit 4951fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@ __slurmdbd_config_default:
AuthType: auth/munge
DbdPort: 6819
SlurmUser: "{{ __slurm_user_name }}"
SlurmctldPidFile: "{{ __slurm_run_dir ~ '/slurmdbd.pid' if __slurm_debian else omit }}"
LogFile: "{{ __slurm_log_dir ~ '/slurmdbd.log' if __slurm_debian else omit }}"
__slurmdbd_config_merged: "{{ __slurmdbd_config_default | combine(slurmdbd_config | default({})) }}"

0 comments on commit 4951fbc

Please sign in to comment.