Skip to content

Commit

Permalink
Merge pull request #71 from rapenchukd/master
Browse files Browse the repository at this point in the history
RHN config check should work
  • Loading branch information
chris-rock committed Jan 22, 2015
2 parents 453c596 + 0b62cfb commit 27271de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/yum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
Dir.glob('/etc/yum.repos.d/*').each do |file|
GPGCheck.check(file)
end

rhn_conf = '/etc/yum/pluginconf.d/rhnplugin.conf'
File.file?(rhn_conf) do
GPGCheck.check(rhn_conf)
end
end
action :run
end
Expand Down

0 comments on commit 27271de

Please sign in to comment.