commit | 19324742c8e146a359ff11c001e16dfa67174535 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Mon Sep 18 17:32:24 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Sep 18 17:32:24 2017 +0200 |
tree | 28db695eb07406407d7231208125cc1ab109d48e | |
parent | 4ab4ed97da995248341c16ebf8c33f09f3aea3c9 [diff] |
Fix typo in README
diff --git a/README-extentions.rst b/README-extentions.rst index 31458b6..acc5fca 100644 --- a/README-extentions.rst +++ b/README-extentions.rst
@@ -33,7 +33,7 @@ .. code-block:: yaml ignore_class_notfound: False - ignore_class_regexp: ['*'] + ignore_class_regexp: ['.*'] If you set regexp pattern to ``service.*`` all missing classes starting 'service.' will be logged with warning, but will not fail to return rendered reclass. Assuming all parameter interpolation passes.