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
@@ -287,6 +289,20 @@ The directory the puppet agent should be installed to. This is only applicable f
287
289
install_dir => 'D:\Program Files\Puppet Labs'
288
290
```
289
291
292
+
##### `disable_proxy`
293
+
294
+
This setting controls whether or not the Puppet repositories are configured with proxies. Currently this is only supported on RedHat-based OSes.
295
+
```puppet
296
+
disable_proxy => true
297
+
```
298
+
299
+
##### `proxy`
300
+
301
+
This setting specifies the proxy with which to configure the Puppet repos. Currently this is only supported on RedHat-based OSes.
302
+
```puppet
303
+
proxy => 'http://myrepo-proxy.example.com'
304
+
```
305
+
290
306
##### `install_options`
291
307
292
308
An array of additional options to pass when installing puppet-agent. Each option in the array can be either a string or a hash. Each option is automatically quoted when passed to the install command.
0 commit comments