Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rabbitmq
Commits
0cd6d2a0
Unverified
Commit
0cd6d2a0
authored
Jul 25, 2020
by
Michael Klishin
Browse files
Retroactively modernize this example in the change log
parent
9c9ec25b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0cd6d2a0
...
...
@@ -186,7 +186,7 @@ No changes yet.
rabbitmq_erlang_apt_repository_on_bintray 'rabbitmq_erlang_repo_on_bintray' do
distribution node['lsb']['codename'] unless node['lsb'].nil?
# See https://www.rabbitmq.com/install-debian.html
components ['erlang-2
1
.x']
components ['erlang-2
2
.x']
action :add
end
...
...
@@ -207,11 +207,8 @@ No changes yet.
``` ruby
rabbitmq_erlang_package_from_bintray 'rabbitmq_erlang' do
# This package version assumes a Debian-based distribution.
# On RHEL/CentOS/Fedora it would be '21.3.8.16'
version '1:21.3.8.16-1'
# provision a HiPE-enabled Erlang runtime if available
use_hipe true
# On RHEL/CentOS/Fedora it would be '22.3.4.4'
version '1:22.3.4.4-1'
action :install
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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