Skip to content

Commit

Permalink
Merge pull request #109 from tkolhar/master
Browse files Browse the repository at this point in the history
Added the missing package for abrt
  • Loading branch information
elyezer committed Jan 12, 2015
2 parents da04f9b + 0caa083 commit d43b23c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion automation_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,15 @@ def setup_abrt():
packages = [
'abrt-cli',
'rubygem-smart_proxy_abrt',
'rubygem-smart_proxy_pulp'
'rubygem-smart_proxy_pulp',
'ruby193-rubygem-foreman_abrt'
]
for package in packages:
run('yum install -y {0}'.format(package))

run('systemctl restart foreman')
# workaround as sometimes foreman service does not restart with systemctl
run('touch /usr/share/foreman/tmp/restart.txt')

# edit the config files
host = env['host']
Expand Down

0 comments on commit d43b23c

Please sign in to comment.