Skip to content

Commit 43653f3

Browse files
committed
None of clusters have a node 0 so make the entries generated by salt mine also start at 1
1 parent 35c5a0b commit 43653f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_modules/haproxy_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def build_lines(self):
6363
mine_target = server['mine_target']
6464
mine_functions = server['mine_functions']
6565

66-
loop_index = 0
66+
loop_index = 1
6767

6868
hosts = __salt__['mine.get'](mine_target, mine_functions, tgt_type='compound')
6969

0 commit comments

Comments
 (0)