Skip to content

Commit

Permalink
docs(readme): fix ng example
Browse files Browse the repository at this point in the history
  • Loading branch information
daks committed Nov 14, 2020
1 parent 8e209a4 commit f5d23a5
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,18 @@ It is also possible to specify the source file for config, jails, actions and fi
.. code-block:: yaml
fail2ban:
ng:
config:
source_path: salt://path-to-fail2ban-config-file
jails:
source_path: salt://path-to-fail2ban-config-file
actions:
name-of-action:
config:
source_path: salt://path-to-action-file
filters:
name-of-filter:
config:
source_path: salt://path-to-filter-file
config:
source_path: salt://path-to-fail2ban-config-file
jails:
source_path: salt://path-to-fail2ban-config-file
actions:
name-of-action:
config:
source_path: salt://path-to-action-file
filters:
name-of-filter:
config:
source_path: salt://path-to-filter-file
``fail2ban.service``
^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit f5d23a5

Please sign in to comment.