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

replace the restart command with the variable from params

parent daaff52f
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 => $::postfix::params::restart_cmd,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment