Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 611 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 611 Bytes

chef-growthforecast

Description

Opscode Chef cookbook for GrowthForecast.

Requirements

None.

If you want Perl to be installed per users, use perlbrew recipe together.

Attributes

None.

Platforms

  • Ubuntu, Debian
  • CentOS, RedHat
  • MacOSX

Usage

In your role file:

name        "growthforecast"
description "growthforecast server role."
run_list(
  "recipe[perlbrew]",       # if you want perl to be installed per users
  "recipe[growthforecast]"
)