mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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':
|
||||
command => 'epmd -daemon',
|
||||
unless => 'pgrep -f epmd >/dev/null',
|
||||
require => Package[erlang-base],
|
||||
require => Package[$erlang],
|
||||
path => '/usr/bin/:/bin/',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user