Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.39 KB

REFERENCE.md

File metadata and controls

66 lines (37 loc) · 1.39 KB

Reference

Table of Contents

Resource types

  • winhttp_proxy: Manage Windows system proxy (i.e. WinHTTP Proxy) settings.

Resource types

winhttp_proxy

Manage Windows system proxy (i.e. WinHTTP Proxy) settings.

Properties

The following properties are available in the winhttp_proxy type.

bypass_list

An array of sites that should be visited bypassing the proxy (use "" to bypass all short name hosts).

Examples:

  • ['*.foo.com']
  • ['', 'example.org']
ensure

Valid values: present, absent

How to ensure proxy settings are defined

Default value: present

proxy_server

%{Proxy server for use for http and/or https protocol.

Examples:

  • myproxy
  • myproxy:80
  • http=proxy.example.com;https=proxy.example.org}

Parameters

The following parameters are available in the winhttp_proxy type.

name

Valid values: proxy

namevar

Resource name. Should be "proxy".

provider

The specific backend to use for this winhttp_proxy resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform.