Update rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / examples / erlang_deps.pp
diff --git a/3rdparty/modules/rabbitmq/examples/erlang_deps.pp b/3rdparty/modules/rabbitmq/examples/erlang_deps.pp
new file mode 100644 (file)
index 0000000..20cd6b5
--- /dev/null
@@ -0,0 +1,5 @@
+# install first the garethr-erlang module. See README.md
+include erlang
+
+class { 'erlang': epel_enable => true}
+Class['erlang'] -> Class['rabbitmq']