puppet: Use generic erlang package variable for all dependencies.

This commit is contained in:
rht
2019-01-05 00:07:09 +00:00
committed by Tim Abbott
parent a55f5b59f6
commit 21c71a0c52

View File

@@ -70,7 +70,7 @@ class zulip::rabbit {
exec { 'epmd': exec { 'epmd':
command => 'epmd -daemon', command => 'epmd -daemon',
unless => 'pgrep -f epmd >/dev/null', unless => 'pgrep -f epmd >/dev/null',
require => Package[erlang-base], require => Package[$erlang],
path => '/usr/bin/:/bin/', path => '/usr/bin/:/bin/',
} }