Skip to content

Commit

Permalink
Merge pull request #47 from daks/fix-doc
Browse files Browse the repository at this point in the history
docs(readme): fix ng example
  • Loading branch information
javierbertoli authored Nov 16, 2020
2 parents 8e209a4 + f5d23a5 commit 8e9854c
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 8e9854c

Please sign in to comment.