diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index 4494f8a5c8..23a4d43cea 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -64,7 +64,7 @@ class humbug::app_frontend { exec {"humbug-server": command => "/etc/init.d/supervisor restart", - require => [File["/etc/supervisor/conf.d/humbug.conf"], - File["/var/log/humbug"],] + require => File["/var/log/humbug"], + subscribe => File["/etc/supervisor/conf.d/humbug.conf"], } }