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

remote_syslog2 (4) Versions 0.2.2

Installs/Configures remote_syslog2

Policyfile
Berkshelf
Knife
cookbook 'remote_syslog2', '= 0.2.2', :supermarket
cookbook 'remote_syslog2', '= 0.2.2'
knife supermarket install remote_syslog2
knife supermarket download remote_syslog2
README
Dependencies
Changelog
Quality 100%

remote_syslog2 cookbook

Installs and configures remote_syslog2

Requirements

Platforms

  • Ubuntu (tested using 14.04)

Attributes

remote_syslog2 runtime configuration

The main configuration of remote_syslog2 is done using a hash which mirrors the structure of the remote_syslog2 config yaml file...

node['remote_syslog2']['config'] = {
  files: [],
  exclude_files: [],
  exclude_patterns: [],
  hostname: node['hostname'],
  destination: {
    host: 'logs.papertrailapp.com',
    port: 12345
  }
}

Since this is rendered directly to YAML, you can theoretically configure any value which is normally configurable. For more information please reference the remote_syslog2 examples

Note that for the sake of clarity this cookbook saves the config file to /etc/remote_syslog2.yml rather than /etc/log_files.yml by default

Recipes

default

Include the default recipe in a run list to have remote_syslog2 installed and configured

install

Installs remote_syslog2

configure

Generates config file for remote_syslog2

service

Installs remote_syslog2 as an init.d service and starts/enables it

Usage

Generally all you have to do to use this cookbook is add the default recipe to your run_list and configure the node['remote_syslog2']['config'] hash.

License and Authors

Author:: Jeff Way (jeff.way@me.com)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

remote_syslog2 Cookbook CHANGELOG

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

v0.2.2 (2014-11-13)

  • Fixed more places where "remote_syslog" was used rather than "remote_syslog2"

v0.2.1 (2014-11-10)

  • Change name of extract resource to be less generic
  • Have extract resource clean up temp files
  • Fix up some language in tests
  • Use direct file tests rather than ls in tests
  • Add tests for file cleanup

v0.2.0 (2014-11-09)

  • Update the project to more closely follow community standards
  • Install process now downloads/extracts a release directly from here
  • Configuration is now completely procedural
  • Renamed to remote_syslog2 for clarity since that's what Papertrail calls their repository even though they still call their binaries "remote_syslog"
  • Added BATS tests
  • Added better documentation
  • Changed init script to be a template so that some values in it can be dynamic

v0.1.0

  • Initial release of remote_syslog2

Foodcritic Metric
            

0.2.2 passed this metric