mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
113eba34ec
commit
42ed5320b6
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ def build_rule(table=None, chain=None, command=None, position='', full=None, fam
|
|||
rule += '--{0} {1} '.format(item, kwargs[item])
|
||||
|
||||
for item in after_jump:
|
||||
rule += item
|
||||
rule += ' '.join(after_jump)
|
||||
|
||||
if full in ['True', 'true']:
|
||||
if not table:
|
||||
|
|
Loading…
Add table
Reference in a new issue