/godns-cookbook

Chef cookbook for godns

Primary LanguageRubyMIT LicenseMIT

godns Cookbook

Install godns monitoring tool

Requirements

Platforms

Chef

Cookbooks

None, this is Go !

Attributes

e.g.

godns::default

Key Type Description Default
['godns']['download_url'] string Download URL of binary archive https://github.com/Scalingo/godns/releases/download/
['godns']['version'] string Version of the executable v1.7.3
['godns']['arch'] string Target architecture amd64

See https://github.com/Scalingo/godns-cookbook/blob/master/attributes/default.rb for details

Usage

godns::default

Just include godns in your node's run_list:

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

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

Authors: Léo Unbekandt leo@unbekandt.eu