Skip to content

shadowscript/chef_shadowscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadowscript Cookbook

This Cookbook is a ready to use cookbook for provisioning servers

Requirements

It can be used for:

  • Ruby Rails
  • In progress {Django applications}

Platforms

  • Ubuntu
  • Fedora

Chef

  • Chef 12.0 or later

Cookbooks

Attributes

Recipes

  • PostgreSQL
  • RVM
  • Apache2
  • Nodejs
  • Redis
  • Passenger(in progress)

Shadowscript::default

Key Type Description Default
['Shadowscript']['bacon'] Boolean whether to include bacon true

Usage

Shadowscript::default

TODO: Write usage instructions for each cookbook.

e.g. Just include Shadowscript in your node's run_list:

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

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your 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

  • Author Eric Caleb / Shadowscript
  • The MIT License (MIT)
  • Copyright (c) 2016 Shadowscript
  • Copyright (c) 2016 Eric Caleb

Contributers

  • Shadowscript @shadowscript
  • Eric Caleb @iamcaleberic

Releases

No releases published

Packages

No packages published