samba-in-kubernetes / sambacc

A library and CLI tools for managing Samba servers in containers.
GNU General Public License v3.0
13 stars 16 forks source link

sambacc: fix constructing interface list for ctdb public_addresses #134

Closed phlogistonjohn closed 2 months ago

phlogistonjohn commented 2 months ago

The samba wiki and documentation clearly state that the list of interfaces should be comma separated but I incorrectly joined them with spaces. Fix this and one other small suboptimal line in the same function.