Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

theodi/chef-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary Cookbook

Dead simple cookbook to install something at /usr/share/dict/words

Attributes

dictionary::default

Key Type Description Default
['dictionary']['language'] string dictionary language british
['dictionary']['size'] string dictionary size large

Usage

dictionary::default

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

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

Contributing

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

Authors: Sam

License: MIT - see LICENSE.md for details

About

Install something at `/usr/share/dict/words`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages