Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

packagecloud (33) Versions 0.0.14

Installs/Configures packagecloud.io repositories.

Policyfile
Berkshelf
Knife
cookbook 'packagecloud', '= 0.0.14', :supermarket
cookbook 'packagecloud', '= 0.0.14'
knife supermarket install packagecloud
knife supermarket download packagecloud
README
Dependencies
Changelog
Quality 0%

packagecloud cookbook

This cookbook provides an LWRP for installing https://packagecloud.io repositories.

Usage

Be sure to depend on packagecloud in metadata.rb so that the packagecloud
resource will be loaded.

For public repos:

packagecloud_repo "computology/packagecloud-cookbook-test-public" do
  type "deb"
end

For private repos, you need to supply a master_token:

packagecloud_repo "computology/packagecloud-cookbook-test-private" do
  type "deb"
  master_token "762748f7ae0bfdb086dd539575bdc8cffdca78c6a9af0db9"
end

Valid options for type include deb, rpm, and gem.

Credits

Computology, LLC.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

appcanary Applicable Versions
chef-server-ingredient Applicable Versions
consul Applicable Versions
dokku Applicable Versions
gitlab_omnibus Applicable Versions
goiardi Applicable Versions
graphite-api Applicable Versions
kafka-manager Applicable Versions
mysql-mha Applicable Versions
openstack-mistral Applicable Versions
openvpn_duo Applicable Versions
openvpn_okta Applicable Versions
riak Applicable Versions
riak-cs Applicable Versions
runit Applicable Versions
sensu-go Applicable Versions
snap Applicable Versions
snoopy Applicable Versions
stackstorm Applicable Versions
supermarket Applicable Versions
swisnap Applicable Versions
twindb-repo Applicable Versions
tyk Applicable Versions

packagecloud

This is the Changelog for the packagecloud cookbook

v0.0.1 (2014-06-05)

Initial release.

v0.0.1 (2014-06-05)

Initial release!

Foodcritic Metric
            

0.0.14 failed this metric

FC041: Execute resource used to run curl or wget commands: /tmp/cook/82b780754c60b4dda24c8070/packagecloud/providers/repo.rb:39