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

psiprobe (2) Versions 0.1.4

Installs Psi Probe from here http://code.google.com/p/psi-probe/

Policyfile
Berkshelf
Knife
cookbook 'psiprobe', '~> 0.1.4', :supermarket
cookbook 'psiprobe', '~> 0.1.4'
knife supermarket install psiprobe
knife supermarket download psiprobe
README
Dependencies
Quality 17%
Description =========== Obtains and installs the Psi Probe war file in TomCat. Source code available here : https://github.com/FleetingClouds/chef-cookbook-psiprobe Preamble ======== This is my first attempt at a simple Chef cookbook, so please expect some quirks. It is only tested on TomCat 6, only as installed by the default TomCat Cookbook, and only on Ubuntu 11.04. It uses more shell scripting than it should, where Ruby would probably be just as capable, if not more so. Comments and pulls are encouraged, very much so, please. Requirements ============ Application ----------- * TomCat 6 (tested) * Any other Tomcat understood by Psi Probe ought to be ok. Platform -------- * Ubuntu 11.04 (Tested) * Any other platform that supports TomCat ought to be ok. Usage ===== If you are using the default tomcat cookbook on Ubuntu you can run with the defaults. You have the option to set the attribute default[:psiprobe][:define_manager] = "true". That will cause the recipe to edit the file tomcat-user.xml adding a "manager" role, if there is not one already, and adding a "manager" user you specify with default[:psiprobe][:manager_uid] and default[:psiprobe][:manager_pwd] License and Author ================== Author:: Martin "Hasan" Bramwell (<martinhbramwell (0) gmail o com>) Copyright:: 2012, FLEETING CLOUDS This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.4 failed this metric

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

Contributing File Metric
            

0.1.4 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

Foodcritic Metric
            

0.1.4 failed this metric

FC064: Ensure issues_url is set in metadata: psiprobe/metadata.rb:1
FC065: Ensure source_url is set in metadata: psiprobe/metadata.rb:1
FC066: Ensure chef_version is set in metadata: psiprobe/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: psiprobe/metadata.rb:1
FC069: Ensure standardized license defined in metadata: psiprobe/metadata.rb:1
FC104: Use the :run action in ruby_block instead of :create: psiprobe/recipes/default.rb:108
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.4 passed this metric

Testing File Metric
            

0.1.4 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
            

0.1.4 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