Skip to content

Commit 36d1e93

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc: add config placeholder for ctdb public address config
Signed-off-by: John Mulligan <[email protected]>
1 parent fb3a130 commit 36d1e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sambacc/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ def ctdb_config(self) -> dict[str, str]:
315315
ctdb.setdefault("log_level", "DEBUG")
316316
ctdb.setdefault("script_log_level", "DEBUG")
317317
ctdb.setdefault("realtime_scheduling", "false")
318+
# this whole thing really needs to be turned into a real object type
319+
ctdb.setdefault("public_addresses", [])
318320
return ctdb
319321

320322
def domain(self) -> DomainConfig:

0 commit comments

Comments
 (0)