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

snipe_audit (25) Versions 0.1.15

Adds PC information to Snipe-IT.

Policyfile
Berkshelf
Knife
cookbook 'snipe_audit', '= 0.1.15', :supermarket
cookbook 'snipe_audit', '= 0.1.15'
knife supermarket install snipe_audit
knife supermarket download snipe_audit
README
Dependencies
Quality 50%

snipe_audit

A Chef cookbook that will automatically send Windows PC information to your Snipe inventory server.

Platforms

  • Windows

Chef

  • Chef 12.0 or later

Attribute Example

{
  "snipe": {
    "server": {
      "host_name": "snipe.example.com",
      "port": 80,
      "use_https": false
    },
    "user": {
      "api_token": "Your-API-Token-Here"
    },
    "fields": {
      "os": {
        "name": "_snipeit_operating_system_77",
        "version": "_snipeit_os_version_78"
      }
    }
  }
}

Usage

snipe_audit::default

Just include snipe_audit in your node's run_list:

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

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.15 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.15 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.15 passed this metric

No Binaries Metric
            

0.1.15 passed this metric

Testing File Metric
            

0.1.15 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.15 passed this metric