/phishing-frenzy-cookbook

Automated install process for Phishing Frenzy

Primary LanguageRubyOtherNOASSERTION

phishing-frenzy-cookbook

Automated install process for Phishing Frenzy using Chef

Supported Platforms

Debian 7.0

Attributes

Key Type Description Default
['phishing-frenzy-cookbook']['bacon'] Boolean whether to include bacon true

Usage

phishing-frenzy-cookbook::default

Include phishing-frenzy-cookbook in your node's run_list:

{
  "run_list": [
    "recipe[phishing-frenzy-cookbook::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  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

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)