Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
cd2a6f8d
Commit
cd2a6f8d
authored
Mar 03, 2015
by
Trevor Smith
Browse files
fix the test so it checks for the correct restart value for redhat 7
parent
aae2f6fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/classes/postfix_spec.rb
View file @
cd2a6f8d
...
@@ -67,7 +67,7 @@ describe 'postfix' do
...
@@ -67,7 +67,7 @@ describe 'postfix' do
:ensure
=>
'running'
,
:ensure
=>
'running'
,
:enable
=>
'true'
,
:enable
=>
'true'
,
:hasstatus
=>
'true'
,
:hasstatus
=>
'true'
,
:restart
=>
'/
etc/init.d/postfix reload
'
:restart
=>
'/
bin/systemctl reload postfix
'
)
}
)
}
end
end
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment