diff options
author | kBite <kilian.engelhardt@gmail.com> | 2019-08-09 17:41:28 +0200 |
---|---|---|
committer | Kilian Engelhardt <kilian.engelhardt@godaddy.com> | 2019-08-09 17:43:26 +0200 |
commit | a0d72d5947030fc2dc4332652e5868fa15b906e4 (patch) | |
tree | 46a981008420953c768e23c05ca340497b1f3d59 | |
parent | 7798de651ac2e155680fca978027d0fc6495831a (diff) | |
download | puppet-ferm-a0d72d5947030fc2dc4332652e5868fa15b906e4.tar.gz puppet-ferm-a0d72d5947030fc2dc4332652e5868fa15b906e4.tar.bz2 |
Update README.md
add missing 'a'
Co-Authored-By: Tim Meusel <tim@bastelfreak.de>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ You can collect them like this: Ferm::Rule <<| tag == 'allow_kafka_server2server' |>> ``` -You can also define rules in Hiera. Make sure to use `alias()` as interpolation function, because `hiera()` will always return string. +You can also define rules in Hiera. Make sure to use `alias()` as interpolation function, because `hiera()` will always return a string. ```yaml --- |