Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rabbitmq
Commits
2da40620
Unverified
Commit
2da40620
authored
May 26, 2019
by
Michael Klishin
Browse files
README updates
parent
22c85f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2da40620
...
...
@@ -223,10 +223,10 @@ To override package version, use `node['rabbitmq']['erlang']['version']`:
```
ruby
# Debian
node
[
'rabbitmq'
][
'erlang'
][
'version'
]
=
'1:20.3.8.2
0
-1'
node
[
'rabbitmq'
][
'erlang'
][
'version'
]
=
'1:20.3.8.2
1
-1'
# RPM
node
[
'rabbitmq'
][
'erlang'
][
'version'
]
=
'20.3.8.2
0
'
node
[
'rabbitmq'
][
'erlang'
][
'version'
]
=
'20.3.8.2
1
'
```
On Ubuntu and Debian the distribution will be picked from node attributes.
...
...
@@ -282,13 +282,13 @@ The following examples provision Erlang `20.3.8.20`:
node
[
'erlang'
][
'install_method'
]
=
"esl"
# Ubuntu and Debian
# note the "1:" package epoch prefix
node
[
'erlang'
][
'esl'
][
'version'
]
=
"1:20.3.8.2
0
-1"
node
[
'erlang'
][
'esl'
][
'version'
]
=
"1:20.3.8.2
1
-1"
```
```
ruby
node
[
'erlang'
][
'install_method'
]
=
"esl"
# CentOS, RHEL, Fedora
node
[
'erlang'
][
'esl'
][
'version'
]
=
"20.3.8.2
0
-1"
node
[
'erlang'
][
'esl'
][
'version'
]
=
"20.3.8.2
1
-1"
```
#### Set RabbitMQ Version
...
...
@@ -754,6 +754,7 @@ For an already running cluster, these actions still require manual intervention:
```
text
Copyright (c) 2009-2018, Chef Software, Inc.
Copyright (c) 2018-2019, Pivotal Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment