You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while evaluating a Resource Statement, Nftables::Rule[default_in-thanos_gRPC-store]: parameter 'rulename' expects a match for Pattern[/^[a-zA-Z0-9_]+-[a-zA-Z0-9_]+(-\d+)?$/], got 'default_in-thanos_gRPC-store'
What behaviour did you expect instead
Compilation faillure, but at nftables::simplerule level.
nbarrientos
changed the title
nftables::simplerule should follow the same rules as nftables::rule
nftables::simplerule should follow the same rules as nftables::rule
Jan 13, 2021
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Compilation faillure, but at
nftables::simplerulelevel.This regex:
https://github.com/duritong/puppet-nftables/blob/master/manifests/simplerule.pp#L57
Should be a mirror of the second part of this one:
https://github.com/duritong/puppet-nftables/blob/master/manifests/rule.pp#L6
Trivial fix. Add a test to cover a possible regression.
The text was updated successfully, but these errors were encountered: