Skip to content

Commit

Permalink
sambacc: add config placeholder for ctdb public address config
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn authored and mergify[bot] committed Aug 26, 2024
1 parent fb3a130 commit 36d1e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sambacc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ def ctdb_config(self) -> dict[str, str]:
ctdb.setdefault("log_level", "DEBUG")
ctdb.setdefault("script_log_level", "DEBUG")
ctdb.setdefault("realtime_scheduling", "false")
# this whole thing really needs to be turned into a real object type
ctdb.setdefault("public_addresses", [])
return ctdb

def domain(self) -> DomainConfig:
Expand Down

0 comments on commit 36d1e93

Please sign in to comment.