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
unless value =~ /^[=a-z._-]+(:\d+)?$/
raise ArgumentError, "proxy_server item %s is invalid. Examples: 'myproxy', 'myproxy:80', 'http=proxy.example.com'" % value
end
The text was updated successfully, but these errors were encountered:
Proxy addresses containing a digit do not match the regular expression on the proxy_server property.
Example values for
proxy_server
that are not accepted:Reference: https://github.com/sathieu/puppet-winhttp_proxy/blob/master/lib/puppet/type/winhttp_proxy.rb#L25
The text was updated successfully, but these errors were encountered: