Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 571 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 571 Bytes

apt-osuosl-cookbook

Installs the OSUOSL apt Repo.

Usage

apt-osuosl::default

Include apt-osuosl in your node's run_list:

{
  "run_list": [
    "recipe[apt-osuosl::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:: Oregon State University ([email protected])