File: erlang_deps.pp

package info (click to toggle)
puppet-module-puppetlabs-rabbitmq 8.5.0-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,192 kB
  • sloc: ruby: 5,227; sh: 10; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# install first the garethr-erlang module. See README.md
include erlang

class { 'erlang': epel_enable => true}
Class['erlang'] -> Class['rabbitmq']