Skip to content

Commit

Permalink
stub the carton cookbook README
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 18, 2012
1 parent 416c1da commit 1bd51ba
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions cookbooks/carton/README.md
@@ -1,12 +1,52 @@
Description
===========

To date, this cookbook has only been designed and tested on the
Ubuntu and Debian platforms.

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

Attributes
==========


Recipes
=======

carton
----------

Installs ...

Resources/Providers
===================

carton_app
-------------

This LWRP ...

Example:

perlbrew_perl '5.14.2' do
version 'perl-5.14.2'
action :install
end

This is equivalent to ...

Actions:

* ...

Attributes:

* ...

Usage
=====

If you wish to use the LWRP, be sure to include the `carton` recipe, which
ensures that carton is ready for use.

0 comments on commit 1bd51ba

Please sign in to comment.