Skip to content
Snippets Groups Projects
Commit cd2a6f8d authored by Trevor Smith's avatar Trevor Smith
Browse files

fix the test so it checks for the correct restart value for redhat 7

parent aae2f6fe
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ describe 'postfix' do
:ensure => 'running',
:enable => 'true',
:hasstatus => 'true',
:restart => '/etc/init.d/postfix reload'
:restart => '/bin/systemctl reload postfix'
) }
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment