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
Copy file name to clipboardExpand all lines: mongodb/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,15 @@ the module will use the default for your OS distro.
232
232
This setting can be used to override the default MongoDB repository location.
233
233
If not specified, the module will use the default repository for your OS distro.
234
234
235
+
#####`repo_proxy`
236
+
This will allow you to set a proxy for your repository in case you are behind a corporate firewall. Currently this is only supported with yum repositories
237
+
238
+
#####`proxy_username`
239
+
This sets the username for the proxyserver, should authentication be required
240
+
241
+
#####`proxy_password`
242
+
This sets the password for the proxyserver, should authentication be required
243
+
235
244
####Class: mongodb::server
236
245
237
246
Most of the parameters manipulate the mongod.conf file.
0 commit comments