Merge pull request #115 from enovance/bug/91/spredzy
Require that the service xinetd should be running
This commit is contained in:
commit
72742cd40b
@ -249,6 +249,7 @@ class cloud::database::sql (
|
||||
exec{ 'reload_xinetd':
|
||||
command => '/usr/bin/pkill -F /var/run/xinetd.pid --signal HUP',
|
||||
refreshonly => true,
|
||||
require => Service['xinetd'],
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user