Skip to content

Commit

Permalink
Merge pull request voxpupuli#110 from QuentinMoss/readme-fix
Browse files Browse the repository at this point in the history
Fix syntax in README
  • Loading branch information
crayfishx authored Dec 13, 2016
2 parents 0d10b75 + c582b8d commit fcfdeb8
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 @@ -268,7 +268,7 @@ and you will also see 'puppet' in the service list when you issue ```firewall-cm
```puppet
destination => {'ipv4' => '127.0.0.1', 'ipv6' => '::1'},
destination => {'ipv4' => 192.168.0.0/24'},
destination => {'ipv4' => '192.168.0.0/24'},
```

* `config_dir`: The location where the service definition XML files will be stored. Defaults to /etc/firewalld/services
Expand Down

0 comments on commit fcfdeb8

Please sign in to comment.