Proxy addresses containing a digit do not match the regular expression on the proxy_server property.
unless value =~ /^[=a-z._-]+(:\d+)?$/
raise ArgumentError, "proxy_server item %s is invalid. Examples: 'myproxy', 'myproxy:80', 'http=proxy.example.com'" % value
end
Proxy addresses containing a digit do not match the regular expression on the proxy_server property.
Example values for
proxy_serverthat are not accepted:Reference: https://github.com/sathieu/puppet-winhttp_proxy/blob/master/lib/puppet/type/winhttp_proxy.rb#L25