Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Jun 9, 2024
1 parent 9f38931 commit dbf5eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def _write_config_and_restart_slurmdbd(
logger.debug("## User supplied parameters changed.")
self._stored.user_supplied_slurmdbd_conf_params = charm_config_slurmdbd_conf_params

if binding := self.model.get_binding("slurmdbd"):
if binding := self.model.get_binding("slurmctld"):
slurmdbd_full_config = {
**CHARM_MAINTAINED_PARAMETERS,
**self._stored.db_info, # type: ignore[dict-item]
Expand Down

0 comments on commit dbf5eb0

Please sign in to comment.