diff --git a/puppet/zulip/manifests/rabbit.pp b/puppet/zulip/manifests/rabbit.pp index 124943cca6..9aac948c71 100644 --- a/puppet/zulip/manifests/rabbit.pp +++ b/puppet/zulip/manifests/rabbit.pp @@ -70,7 +70,7 @@ class zulip::rabbit { exec { 'epmd': command => 'epmd -daemon', unless => 'pgrep -f epmd >/dev/null', - require => Package[erlang-base], + require => Package[$erlang], path => '/usr/bin/:/bin/', }