2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Fix indentation mistake in add_local_repositories

This commit is contained in:
Jarrod Johnson 2023-01-11 09:53:01 -05:00
parent 0e18a0c141
commit 03fcd3f568
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ with open('/etc/confluent/confluent.deploycfg') as dplcfgfile:
_, server6 = line.split(' ', 1)
if line.startswith('profile: '):
_, profile = line.split(' ', 1)
if line.startswith('ipv4_method: '):
if line.startswith('ipv4_method: '):
_, v4cfg = line.split(' ', 1)
if v4cfg == 'static' or v4cfg =='dhcp':
server = server4

View File

@ -25,7 +25,7 @@ with open('/etc/confluent/confluent.deploycfg') as dplcfgfile:
_, server6 = line.split(' ', 1)
if line.startswith('profile: '):
_, profile = line.split(' ', 1)
if line.startswith('ipv4_method: '):
if line.startswith('ipv4_method: '):
_, v4cfg = line.split(' ', 1)
if v4cfg == 'static' or v4cfg =='dhcp':
server = server4

View File

@ -25,7 +25,7 @@ with open('/etc/confluent/confluent.deploycfg') as dplcfgfile:
_, server6 = line.split(' ', 1)
if line.startswith('profile: '):
_, profile = line.split(' ', 1)
if line.startswith('ipv4_method: '):
if line.startswith('ipv4_method: '):
_, v4cfg = line.split(' ', 1)
if v4cfg == 'static' or v4cfg =='dhcp':
server = server4