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

Gpgcheck switch #203

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Gpgcheck switch #203

wants to merge 6 commits into from

Conversation

michael-c-hoffman
Copy link

Created ability to to exclude yum repo files from gpgcheck for those that have custom non-gpg rpm packaged repos.

Copy link
Member

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crashdummymch Thank you for your improvement. I added a question to your PR. Once solved, I happy to merge it


Dir.glob('/etc/yum.repos.d/*').each do |file|
GPGCheck.check(file)
config_file = '/etc/yum.conf'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need the config_file line here?

* updated for amazon pam

* removed amazon sysctl
@artem-sidorenko artem-sidorenko mentioned this pull request Jun 28, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants