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

automysqlbackup (2) Versions 2.0.1

installs/configures automysqlbackup

Policyfile
Berkshelf
Knife
cookbook 'automysqlbackup', '~> 2.0.1', :supermarket
cookbook 'automysqlbackup', '~> 2.0.1'
knife supermarket install automysqlbackup
knife supermarket download automysqlbackup
README
Dependencies
Changelog
Quality 17%

chef-automysqlbackup

GitHub tag
Build Status
Gittip

chef-automysqlbackup installs and configures automysqlbackup

Dependencies

This cookbook depends on the following community cookbooks.

  • database
  • mysql

Platform

The following platforms are supported and tested:

  • Debian 6.x
  • Debian 7.x
  • Ubuntu 14.04.x
  • Ubuntu 14.10.x

Other Debian family distributions are assumed to work.

Development

  1. Fork the repository from GitHub.
  2. Clone your fork to your local machine:

    $ git clone git@github.com:USER/chef-automysqlbackup.git
    
  3. Create a git branch

    $ git checkout -b my_bug_fix
    
  4. Write tests

  5. Make your changes/patches/fixes, committing appropriately

  6. Run the tests: rake style, rake spec, rake integration:vagrant

  7. Push your changes to GitHub

  8. Open a Pull Request

Testing

The following Rake tasks are provided for automated testing of the cookbook:

$ rake -T
rake integration:cloud    # Run Test Kitchen with cloud plugins
rake integration:vagrant  # Run Test Kitchen with Vagrant
rake spec                 # Run ChefSpec examples
rake style                # Run all style checks
rake style:chef           # Lint Chef cookbooks
rake style:ruby           # Run Ruby style checks
rake travis               # Run all tests on Travis

See TESTING.md for detailed information.

License and Author

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

mysql >= 0.0.0
database >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for dop_base

This file is used to list changes made in each version of dop_base.

2.0.1 (January 22, 2015)

  • Install pigz if multicore enable (#2 by facastagnini)
  • Fix wrong path (#1 by facastagnini)
  • publish to supermarket

2.0.0 (January 22, 2015)

  • publish to supermarket

1.0.2 (October 9, 2014)

0.2.0 (August 16, 2014)

  • add colorized bash prompt via .bashrc
  • remove ntpdate setting via cron. add ntp service instead
  • add more packages (ntp, siege)
  • update/integrate testsuites: test-kitchen, foodcritic, rubocop, travis-ci

0.1.2 (August 9, 2014)

  • include chef-sugar
  • include sysctl and set vm.overcommit_memory 1

0.1.1 (August 7, 2014)

  • install ntpdate and set time every day via cron;

0.1.0 (July 19, 2014)

  • add compatibility with ubuntu (use upstart service provider for ssh; conditionally load dotdeb)

0.0.7 (March 16, 2014)

  • introduce test-kitchen

0.0.6 (February 21, 2014)

0.0.5 (July 30, 2013)

  • track structure change of dop (integrate vagrant_prebuild recipe, which is run for prebuild VMs)

0.0.4 (July 18, 2013)

  • rewrite hosts configuration

0.0.3 (May 10, 2013)

  • introduced service user

0.0.2 (May 8, 2013)

  • fixed sudo command when generating locales

0.0.1 (April 30, 2013)

  • Initial release of dop_base

Collaborator Number Metric
            

2.0.1 failed this metric

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

Contributing File Metric
            

2.0.1 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
            

2.0.1 failed this metric

FC064: Ensure issues_url is set in metadata: automysqlbackup/metadata.rb:1
FC065: Ensure source_url is set in metadata: automysqlbackup/metadata.rb:1
FC066: Ensure chef_version is set in metadata: automysqlbackup/metadata.rb:1
FC069: Ensure standardized license defined in metadata: automysqlbackup/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

2.0.1 passed this metric

Testing File Metric
            

2.0.1 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
            

2.0.1 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