Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
erlang v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 29, 2012
1 parent 01d7569 commit 2eb0767
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
3 changes: 3 additions & 0 deletions erlang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v1.0.0:

* [COOK-905] - Fix installation on RHEL/CentOS 6+
34 changes: 30 additions & 4 deletions erlang/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,53 @@
Description
===========
Manages installation of erlang packages. For Debian/Ubuntu this means the distro version of 'erlang'. For RHEL/CentOS this means following the recommendation of RabbitMQ.com and adds an updated version of erlang and access to the EPEL Yum repository.

Manages installation of erlang packages. For Debian/Ubuntu this means
the distro version of 'erlang'. For RHEL/CentOS this means following
the recommendation of RabbitMQ.com and adds an updated version of
erlang and access to the EPEL Yum repository.

http://www.rabbitmq.com/server.html

Requirements
============

Platform
--------
Tested with Ubuntu 10.04 and CentOS 5.6.

Tested on:

* Ubuntu 10.04, 11.10
* CentOS 5.7, 6.2

May work on other Debian/RHEL derivatives w/o modification.

Cookbooks
---------

* yum (for epel recipe)

Attributes
==========

* `node['erlang']['gui_tools']` - whether to install the GUI tools for
Erlang.

Recipes
=======

default
-------
Manages installation of erlang packages.

Manages installation of erlang packages.

License and Author
==================

Author: Joe Williams (<joe@joetify.com>)
Author: Joshua Timberman (<joshua@opscode.com>)
Author: Matt Ray (<matt@opscode.com>)

Copyright 2011, Opscode, Inc.
Copyright 2011-2012, Opscode, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion erlang/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs erlang, optionally install GUI tools."
version "0.9.0"
version "1.0.0"
depends "yum", ">= 0.5.0"

recipe "erlang", "Installs erlang"
Expand Down

0 comments on commit 2eb0767

Please sign in to comment.