Skip to content

Commit

Permalink
Merge pull request redhat-openstack#197 from frconil/update-readme
Browse files Browse the repository at this point in the history
Editing README to add additional dependancies on debian
  • Loading branch information
Morgan Haskel committed May 19, 2014
2 parents 9fc09db + 5d875ea commit e744785
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,18 +317,27 @@ The module has been tested on:

Testing on other platforms has been light and cannot be guaranteed.

### RedHat module dependencies
To have a suitable erlang version installed on RedHat systems,
### Module dependencies
To have a suitable erlang version installed on RedHat and Debian systems,
you have to install another puppet module from http://forge.puppetlabs.com/garethr/erlang with:

puppet module install garethr-erlang

This module handles the packages for erlang.
To use the module, add the following snippet to your site.pp or an appropriate profile class:

For RedHat systems:

include 'erlang'
class { 'erlang': epel_enable => true}

For Debian systems:

include 'erlang'
package { 'erlang-base':
ensure => 'latest',
}

##Development

Puppet Labs modules on the Puppet Forge are open projects, and community
Expand Down

0 comments on commit e744785

Please sign in to comment.