Skip to content

Commit

Permalink
Provide Erlang package version example for CentOS/RHEL/Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 22, 2018
1 parent 84bfa21 commit 4d7ebb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,17 @@ to provision a specific version, e.g. 20.2.2:

``` ruby
node['erlang']['install_method'] = "esl"
# Ubuntu and Debian
# note the "1:" package epoch prefix
node['erlang']['esl']['version'] = "1:20.2.2"
```

``` ruby
node['erlang']['install_method'] = "esl"
# CentOS, RHEL, Fedora
node['erlang']['esl']['version'] = "20.2.2-1"
```

#### Set RabbitMQ Version

Set `node['rabbitmq']['version']` to specify a version:
Expand Down

0 comments on commit 4d7ebb0

Please sign in to comment.