chef/cookbooks/golang
Basti bbef38b6d6
Update golang cookbook
2021-12-04 19:57:19 -06:00
..
attributes Add golang cookbook 2020-08-23 11:01:05 +02:00
recipes Update golang cookbook 2021-12-04 19:57:19 -06:00
resources Update golang cookbook 2021-12-04 19:57:19 -06:00
templates Add golang cookbook 2020-08-23 11:01:05 +02:00
CHANGELOG.md Update golang cookbook 2021-12-04 19:57:19 -06:00
LICENSE Update golang cookbook 2021-12-04 19:57:19 -06:00
README.md Add golang cookbook 2020-08-23 11:01:05 +02:00
chefignore Update golang cookbook 2021-12-04 19:57:19 -06:00
kitchen.dokken.yml Update golang cookbook 2021-12-04 19:57:19 -06:00
metadata.json Update golang cookbook 2021-12-04 19:57:19 -06:00
metadata.rb Update golang cookbook 2021-12-04 19:57:19 -06:00

README.md

Golang (Go) Cookbook

Cookbook Version CI State OpenCollective OpenCollective License

Description

Chef cookbook for the Go programming language.

Requirements

Platform

  • Ubuntu >= 18.04
  • Debian >= 8
  • CentOS >= 7

Usage

golang::default

Include golang in your node's run_list:

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

golang::packages

To install Go packages using node attributes add the packages to the ['golang']['packages'] attribute:

{
  "name":"my_node",
  "golang": {
    "packages": [
      "github.com/go-check/check"
    ]
  },
  "run_list": [
    "recipe[golang]"
  ]
}

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website