X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Frabbitmq%2Fexamples%2Ferlang_deps.pp;fp=3rdparty%2Fmodules%2Frabbitmq%2Fexamples%2Ferlang_deps.pp;h=20cd6b5de45b323e25d60fe27ae176ef6158e69a;hb=94a8783f522bbf2996cb8a59b977dea583e8b0c7;hp=0000000000000000000000000000000000000000;hpb=e107504bce7d9b21cc301124fc7c39fdb0762374;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/rabbitmq/examples/erlang_deps.pp b/3rdparty/modules/rabbitmq/examples/erlang_deps.pp new file mode 100644 index 000000000..20cd6b5de --- /dev/null +++ b/3rdparty/modules/rabbitmq/examples/erlang_deps.pp @@ -0,0 +1,5 @@ +# install first the garethr-erlang module. See README.md +include erlang + +class { 'erlang': epel_enable => true} +Class['erlang'] -> Class['rabbitmq']