Skip to content

Commit

Permalink
Merge pull request #313 from Vincevrp/patch-1
Browse files Browse the repository at this point in the history
Fix firewalld_direct_chain typo in README
  • Loading branch information
smortex authored Dec 7, 2021
2 parents ed023c0 + c0de69a commit 3aaf4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ The title can also be mapped to the types namevars using a colon delimited
string, so the above can also be represented as

```puppet
firewall_direct_chain { 'ipv4:filter:LOG_DROPS':
firewalld_direct_chain { 'ipv4:filter:LOG_DROPS':
ensure => present,
}
```
Expand Down

0 comments on commit 3aaf4f4

Please sign in to comment.