Skip to content

Commit

Permalink
docs: SLURM_CONFIG_PATH -> SLURMD_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss authored Sep 16, 2024
1 parent c502c14 commit 2dc97d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/hpc_libs/v0/slurm_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class SlurmdManager(SlurmManagerBase):
This service will additionally provide some environment variables that need to be
passed through to the service in case the default service is overriden (e.g. a systemctl file override).
- SLURM_CONFIG_SERVER. Sets the `--conf-server` option for `slurmd`.
- SLURMD_CONFIG_SERVER. Sets the `--conf-server` option for `slurmd`.
"""

def __init__(self, *args, **kwargs) -> None:
Expand Down

0 comments on commit 2dc97d0

Please sign in to comment.