mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
puppet: Use generic erlang package variable for all dependencies.
This commit is contained in:
@@ -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/',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user