treasure-data / chef-td-agent

Chef Cookbook for td-agent (Treasure Agent or Fluentd)
https://supermarket.chef.io/cookbooks/td-agent
Apache License 2.0
127 stars 120 forks source link

Parameterize the RPM and DEB Repository Locations for People Behind a Proxy #114

Open ghost opened 6 years ago

ghost commented 6 years ago

Typically people behind a proxy use repository managers such as Artifactory to proxy upstream RPM and DEB repositories that are behind a proxy. Today, the cookbook attributes cannot be overriden to support custom RPM & DEB repositories to source fluentd

ghost commented 6 years ago

ping ...

yyuu commented 6 years ago

In #108, we've introduced a cookbook attribute of node["td_agent"]["skip_repository"] to skip this cookbook to setup repository. It's not idealistic solution, but it'll help you to setup your own repository in some wrapper cookbook. Note that you need to update the cookbook to v3.0.0+ to use the skip repository feature.