Skip to content

umcodemonkey/DistelliAgentCookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DistelliAgentCookbook

This chef cookbook installs the Distelli Agent on a server.

Usage

Include distelli_agent in your run_list and set your attributes with your Distelli Access Token and Distelli Secret key found in your Distelli Account.

{
  "name": "my_node",
  "run_list": [
    "recipe[distelli_agent]"
  ],
  "default": {
    "distelli": {
        "agent": {
          "access_token": "DISTELLI_ACCESS_TOKEN",
          "secret_key": "DISTELLI_SECRET_KEY",
        }
      },
  }
}

About

This chef cookbook installs the Distelli Agent on a server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 68.7%
  • Makefile 21.2%
  • HTML 10.1%