From: JT (Jonny) Date: Fri, 19 Jun 2015 10:08:13 +0000 (+0100) Subject: Merge pull request #517 from karmix/tickets/master/MODULES-1976_unicode-rule-name... X-Git-Tag: 1.7.0~20 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8ada3c4d44b49ffcf746ae87faf3c657ae3f530e;p=puppet-modules%2Fpuppetlabs-firewall.git Merge pull request #517 from karmix/tickets/master/MODULES-1976_unicode-rule-name-validation (MODULES-1976) Revise rule name validation for ruby 1.9 --- 8ada3c4d44b49ffcf746ae87faf3c657ae3f530e diff --cc README.markdown index 92e3228,874ebef..5132d25 --- a/README.markdown +++ b/README.markdown @@@ -609,9 -544,9 +609,9 @@@ firewall { '000 this runs first' firewall { '999 this runs last': # this rule will run last } - ``` + ~~~ - Depending on the provider, the name of the rule can be stored using the comment feature of the underlying firewall subsystem. Values must match '/^\d+[[:alpha:][:digit:][:punct:][:space:]]+$/'. + Depending on the provider, the name of the rule can be stored using the comment feature of the underlying firewall subsystem. Values must match '/^\d+[[:graph:][:space:]]+$/'. * `outiface`: Output interface to filter on. Values must match '/^!?\s?[a-zA-Z0-9\-\._\+\:]+$/'. Requires the `interface_match` feature. Supports interface alias (eth0:0) and negation.