Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Cleanup: Remove duplicate reload attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Holzhauer committed Oct 8, 2015
1 parent c15a900 commit 3bbb2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postfix/recipes/relay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
end

service 'postfix' do
supports :status => true, :restart => true, :reload => true, :check => true, :reload => true
supports :status => true, :restart => true, :reload => true, :check => true
action [:enable, :reload]
end

0 comments on commit 3bbb2e5

Please sign in to comment.