Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit e744785

Browse files
author
Morgan Haskel
committed
Merge pull request redhat-openstack#197 from frconil/update-readme
Editing README to add additional dependancies on debian
2 parents 9fc09db + 5d875ea commit e744785

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,18 +317,27 @@ The module has been tested on:
317317

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

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

324324
puppet module install garethr-erlang
325325

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

329+
For RedHat systems:
330+
329331
include 'erlang'
330332
class { 'erlang': epel_enable => true}
331333

334+
For Debian systems:
335+
336+
include 'erlang'
337+
package { 'erlang-base':
338+
ensure => 'latest',
339+
}
340+
332341
##Development
333342

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

0 commit comments

Comments
 (0)