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

The codenamephp_jetbrains_toolbox cookbook has been deprecated

Author provided reason for deprecation:

The codenamephp_jetbrains_toolbox cookbook has been deprecated and is no longer being maintained by its authors. Use of the codenamephp_jetbrains_toolbox cookbook is no longer recommended.

RSS

codenamephp_jetbrains_toolbox (1) Versions 1.0.0

Cookbook to install apache2

Policyfile
Berkshelf
Knife
cookbook 'codenamephp_jetbrains_toolbox', '~> 1.0.0', :supermarket
cookbook 'codenamephp_jetbrains_toolbox', '~> 1.0.0'
knife supermarket install codenamephp_jetbrains_toolbox
knife supermarket download codenamephp_jetbrains_toolbox
README
Dependencies
Quality 33%

Chef Cookbook

CI

Resources

Jetbrains Toolbox App

The codenamephp_jetrbains_toolbox_app resource installs or uninstalls the Jetbrains toolbox which can then be used to manage the Jetbrains products.

Actions

  • :install: Downloads the toolbox to a shared location and adds an X11 session script that installs the toolbox for the logged in user
  • :uninstall: Deletes the shared script and the login script. Already installed apps for the users are not removed

Properties

  • toolbox_path: The path where the files are downloaded to, extracted, ..., default: '/usr/share/jetbrains-toolbox'. If you have a custom path you need to provide it as well for the uninstall action.

Examples

# Minmal parameters
codenamephp_jetbrains_toolbox_app 'install jetbrains-toolbox'

# Custom path
codenamephp_jetbrains_toolbox_app 'install jetbrains-toolbox' do
  toolbox_path '/my/custom/executable/path'
end

# Uninstall
codenamephp_jetbrains_toolbox_app 'uninstall jetbrains-toolbox' do
  toolbox_path '/my/custom/executable/path'
end

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number