Skip to content
Snippets Groups Projects
Commit afc7a1e8 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Merge pull request #67 from dotmaster/patch-1

Update service.pp
parents 4fe2171a 17d424fa
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ class postfix::service {
ensure => running,
enable => true,
hasstatus => true,
restart => '/etc/init.d/postfix reload',
restart => 'service postfix reload',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment