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

envdir_ii (4) Versions 0.1.2

Provides envdir resource

Policyfile
Berkshelf
Knife
cookbook 'envdir_ii', '= 0.1.2', :supermarket
cookbook 'envdir_ii', '= 0.1.2'
knife supermarket install envdir_ii
knife supermarket download envdir_ii
README
Dependencies
Changelog
Quality 83%

envdir_ii

CircleCI
GitHub tag (latest SemVer)
Chef cookbook

This cookbook provides a single resource envdir_ii_envdir, mainly
used for envdir command in daemontools
(http://cr.yp.to/daemontools.html).

Resource: envdir

Synopsis

Expresses a fully managed directory in form of a hash.

envdir_ii_envdir '/service/my_service/env' do
  owner 'application_user'
  group 'application_group'
  values(
    'PATH' => { value: "/usr/local/bin:/usr/bin" },
    'DB_PASSWORD' => { value: "P@SSW0RD", sensitive: true },
  )
  # If you need service reload on change
  notifies :reload, 'service[my_service]', :delayed
end

Any files in the directory not defined in values will be removed.

Properties

  • path: directory path managed by this resource. if omitted, the resource name is used.
  • owner: Directory and files owner
  • group: Directory and files group
  • values: Hash of :value and :sensitive; :value is the content of file, and :sensitive sets the file read-writable only by its owner/group
  • action: either :create or :delete; :delete action deletes the whole directory

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

envdir_ii CHANGELOG

This file is used to list changes made in each version of the envdir_ii cookbook.

0.1.0

Initial release.

  • change 0
  • change 1

Collaborator Number Metric
            

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

Foodcritic Metric
            

0.1.2 passed this metric

No Binaries Metric
            

0.1.2 passed this metric

Testing File Metric
            

0.1.2 passed this metric

Version Tag Metric
            

0.1.2 passed this metric