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

sysconfig (2) Versions 0.1.0

Configures sysconfig

Policyfile
Berkshelf
Knife
cookbook 'sysconfig', '= 0.1.0', :supermarket
cookbook 'sysconfig', '= 0.1.0'
knife supermarket install sysconfig
knife supermarket download sysconfig
README
Dependencies
Changelog
Quality -%

UpdateDB Cookbook

License

Cookbook which configures UpdateDB.

Platforms

The following platforms are tested using Test Kitchen:

  • Ubuntu 12.04/14.04/16.04
  • CentOS (RHEL) 5/6/7

Basic Usage

The [default recipe](recipes/default.rb) gives you the ability to pass attributes to tune all of the settings in the updatedb config file.
There are currently defaults set in the [attributes](attributes/default.rb). You can modify these as you please.

You can tweak the settings in the Policefile.rb or directly using attributes. All UpdateDB specific settings
should use underscores like the examples below.

Recipe

default['updatedb']['config']['settings']['prune_bind_mounts'] = 'yes'
default['updatedb']['config']['settings']['prunenames'] = '.git .bzr .hg .svn'
default['updatedb']['config']['settings']['prunefs'] = '/tmp /var/spool /media /home/.ecryptfs'
default['updatedb']['config']['settings']['prunepaths'] = 'NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre tmpfs usbfs udf fuse.glusterfs fuse.sshfs curlftpfs ecryptfs fusesmb devtmpfs'

Policyfile

name 'updatdb'
default_source :community
cookbook 'updatedb', git: 'https://github.com/acaiafa/updatedb-cookbook'
run_list 'updatedb::default'
default['updatedb']['config']['settings']['prune_bind_mounts'] = 'yes'

override['updatedb']['config']['settings']['prunenames'] = '.git .bzr .hg .svn'
override['updatedb']['config']['settings']['prunefs'] = '/tmp /var/spool /media /home/.ecryptfs'
override['updatedb']['config']['settings']['prunepaths'] = 'NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre tmpfs usbfs udf fuse.glusterfs fuse.sshfs curlftpfs ecryptfs fusesmb devtmpfs'

Dependent cookbooks

poise >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Change Log

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

Unreleased

1.0.0

Bug Fixes

  • Fixes integration test harness using Test Kitchen.
  • Squashes several issues while testing locally and on machines.

No quality metric results found