From 7a8951d52b31983f263dd20a2caa98bc3f92214e Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 19 Dec 2014 15:12:05 -0800 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1ccabf4b0..48e61ac8c 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,16 @@ rabbitmq_plugin {'rabbitmq_stomp': } ``` +### rabbitmq\_erlang\_cookie + +This is essentially a private type used by the rabbitmq::config class +to manage the erlang cookie. It replaces the rabbitmq_erlang_cookie fact +from earlier versions of this module. It manages the content of the cookie +usually located at /var/lib/rabbitmq/.erlang.cookie, which includes +stopping the rabbitmq service and wiping out the database at +/var/lib/rabbitmq/mnesia if the user agrees to it. We don't recommend using +this type directly. + ##Limitations This module has been built on and tested against Puppet 2.7 and higher.