aiming-cookbooks / hrforecast

HRForecast install cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

hrforecast Cookbook

Requirements

platforms

  • CentOS

recipe

Attributes

hrforecast::default

Key Type Description Default
['hrforecast']['database']['host'] String MySQL server hostname / IP address localhost
['hrforecast']['database']['user_name'] String HRForecast database user name hrforecast
['hrforecast']['database']['password'] String HRForecast database user password hrforecast_password
['hrforecast']['application']['port'] Integer HRForecast application port number 5127
['hrforecast']['application']['host'] String HRForecast application binding host 0.0.0.0
['hrforecast']['system']['perlbrew_ver'] String Set perlbrew version of hrforecast install perl-5.18.0
['hrforecast']['system']['install_dir'] String HRForecast install directory path /home/hrforecast/hrforecast_app

Usage

hrforecast::default

Just include hrforecast in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[hrforecast]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

LICENSE is MIT.

2013 (c) Aiming Inc.

Bitdeli Badge

About

HRForecast install cookbook

License:MIT License


Languages

Language:Ruby 100.0%