We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c5a0b commit 43653f3Copy full SHA for 43653f3
1 file changed
_modules/haproxy_helpers.py
@@ -63,7 +63,7 @@ def build_lines(self):
63
mine_target = server['mine_target']
64
mine_functions = server['mine_functions']
65
66
- loop_index = 0
+ loop_index = 1
67
68
hosts = __salt__['mine.get'](mine_target, mine_functions, tgt_type='compound')
69
0 commit comments