Project

General

Profile

« Previous | Next » 

Revision b8970e9c

Added by Partha Aji about 8 years ago

Fixes #14324 - Restarts foreman-tasks and httpd on ostree enable

Enabling ostree functionality requires restart of httpd and foreman-tasks
This code provides that functionality

View differences:

spec/classes/katello_install_spec.rb
}"
]
end
it { should contain_package("tfm-rubygem-katello_ostree").with_ensure('installed') }
it { should contain_package("tfm-rubygem-katello_ostree").with_ensure('installed').
with_notify(["Service[foreman-tasks]", "Service[httpd]"]) }
end
end

Also available in: Unified diff