]> gitweb.fluxo.info Git - puppet-ferm.git/commitdiff
Fix markdown linter warnings
authorTim Meusel <tim@bastelfreak.de>
Thu, 11 Jul 2019 13:04:30 +0000 (15:04 +0200)
committerTim Meusel <tim@bastelfreak.de>
Thu, 11 Jul 2019 13:10:40 +0000 (15:10 +0200)
README.md

index 324134fa31de30fffe46e4ebf254fb52d960933e..2f8fcf8dc396e5ce491fe6e1c02234769490751d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ the protocol we would like to filter. Allowed values are Enum['icmp', 'tcp', 'ud
 
 The protocol options we would like to add.
 The following example will suppress the hostname in programs like `traceroute`:
+
 ```yaml
 ---
 ferm::rules:
@@ -155,7 +156,8 @@ A comment that will be written into the file and into ip(6)tables
 
 #### `dport`
 
-The destination port we want to filter for. Can be any string from /etc/services or an integer
+The destination port we want to filter for. Can be any string from
+/etc/services or an integer
 
 #### `sport`