DataDog/pertino-cookbook

Name: pertino-cookbook

Owner: Datadog, Inc.

Description: Chef Resource to create a Pertino client to Linux servers

Forked from: coffeyk/pertino-cookbook

Created: 2016-09-28 15:11:02.0

Updated: 2016-09-28 15:11:04.0

Pushed: 2017-01-09 15:30:15.0

Homepage: null

Size: 22

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pertino-cookbook

Cookbook CircleCI Coverage Status GitHub issues GitHub license

This cookbook exposes a resource to set up a connection to the Pertino network.

Tested

See TESTING.md for more.

Usage

Add depends 'pertino' to your application cookbook's metadata.rb.

In a recipe, create a pertino_client resource and provide it with authentication details:

erPass Auth
ino_client 'default' do
th_mode 'userpass'
ername 'my_pertino_username'
ssword 'my_super_secret_password'


vice Auth
ino_client 'default' do
th_mode 'api_key'
i_key 'key_source' # could be from a databag, attribute, etc.

Note: The resource name default isn't used.

See test/fixtures/cookbooks for some more examples.

Recommended: Pair with a logrotate_app resource to ensure that the log files do not grow beyond manageable.

License and Authors

Author:: Mike Fiedler (miketheman@gmail.com)

See LICENSE for details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.