Skip to content

Commit

Permalink
Fix firewalld_direct_chain typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincevrp authored Dec 7, 2021
1 parent ed023c0 commit c0de69a
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 c0de69a

Please sign in to comment.