Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module doesn't manage proxy setting #157

Closed
AlexSamad opened this issue Jan 22, 2020 · 4 comments
Closed

module doesn't manage proxy setting #157

AlexSamad opened this issue Jan 22, 2020 · 4 comments

Comments

@AlexSamad
Copy link

The module doesn't handle setting proxy - globally for yum

@diegoluisi
Copy link

Up!

@b3n4kh
Copy link

b3n4kh commented Mar 25, 2020

But it does. Whats wrong with:

yum::config { 'proxy':
  ensure => 'http://proxy.lan:3128',
}
yum::config { 'proxy_username':
  ensure => 'user',
}
yum::config { 'proxy_password':
  ensure => 'pass',
}

@josuemotte
Copy link

You can even do it within a repo configuration :

yum::repos:
   'epel' : 
    proxy: 'http://proxy.lan:3128'

@AlexSamad
Copy link
Author

Apologies - just saw this late.
Cool. must have missed that
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants