Skip to content

Commit ea4b930

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc: add a ctdb port configuration value
Signed-off-by: John Mulligan <[email protected]>
1 parent 961d1c1 commit ea4b930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sambacc/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def ctdb_config(self) -> dict[str, str]:
316316
ctdb.setdefault("realtime_scheduling", "false")
317317
# this whole thing really needs to be turned into a real object type
318318
ctdb.setdefault("public_addresses", [])
319+
ctdb.setdefault("ctdb_port", 0)
319320
return ctdb
320321

321322
def domain(self) -> DomainConfig:

0 commit comments

Comments
 (0)