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

locales (15) Versions 0.4.4

Installs/Configures locales

Policyfile
Berkshelf
Knife
cookbook 'locales', '= 0.4.4', :supermarket
cookbook 'locales', '= 0.4.4'
knife supermarket install locales
knife supermarket download locales
README
Dependencies
Changelog
Quality 33%

Description

Build Status

Join the chat at https://gitter.im/redguide/locales

This cookbook configures the available and default locales on a debian-like-system.
It also includes a LWRP for easy use in other cookbooks.

Limitation

Right now the cookbook only works with UTF-8 locales.

Requirements

None

Attributes

  • node['locales']['default'] -- the default locale to be installed. Defaults to "en_US.utf8".

Usage

Either use the node-attributes or the included LWRP "locales".

locales "de_AT.utf8" do
  action :add
end
locales "Add locales" do
  locales ["fr_FR.utf8", "fr_BE.utf8", "fr_CA.utf8"]
end
locales "ru_RU.utf8" do
  action :set
end

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

Changelog

0.4.4 - 2023-02-14

0.4.3 - 2022-02-08

  • Remove delivery folder

0.4.2 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

0.4.1 - 2021-06-01

  • Adoption by Sous-Chefs

Collaborator Number Metric
            

0.4.4 passed this metric

Contributing File Metric
            

0.4.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

Cookstyle Metric
            

0.4.4 failed this metric

Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): locales/resources/default.rb: 1

Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations

No Binaries Metric
            

0.4.4 passed this metric

Testing File Metric
            

0.4.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.4.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