Puppet防火墙上的参数string无效
在puppet 3.8.7中使用防火墙模块版本1.9,我得到以下错误: SERVER上的错误400:防火墙上的参数string无效 这是我的木偶防火墙规则。 firewall { "051 asterisk-set-rate-limit-register": string => "REGISTER sip:", string_algo => "bm", dport => '5060', proto => 'udp', recent => 'set', rname => 'VOIPREGISTER', rsource => 'true'; "052 asterisk-drop-rate-limit-register": string => "REGISTER sip:", string_algo => "bm", dport => '5060', proto => 'udp', action => 'drop', recent => 'update', rseconds => '600', rhitcount […]