mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
puppet: Add CentOS packages to rabbit.pp.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
class zulip::rabbit {
|
||||
$erlang = $::osfamily ? {
|
||||
'debian' => 'erlang-base',
|
||||
'redhat' => 'erlang',
|
||||
}
|
||||
$rabbit_packages = [# Needed to run rabbitmq
|
||||
'erlang-base',
|
||||
$erlang,
|
||||
'rabbitmq-server',
|
||||
]
|
||||
package { $rabbit_packages: ensure => 'installed' }
|
||||
|
||||
Reference in New Issue
Block a user