forked from dwaynehoov/sumologic-collector-chef-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restored attributes in README.md and renamed all cookbook refs to `su…
…mologic-collector`
- Loading branch information
sumoway
committed
Mar 2, 2014
1 parent
a21549b
commit b00c34a
Showing
9 changed files
with
79 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Author:: Ben Newton (<[email protected]>) | ||
# Cookbook Name:: sumo-collector | ||
# Cookbook Name:: sumologic-collector | ||
# Recipe:: Default Recipe Attributes | ||
# | ||
# Copyright 2013, Sumo Logic | ||
|
@@ -32,12 +32,12 @@ | |
# Default json.conf configuration templates cookbook | ||
# Replace this with a custom cookbook name if you want to create | ||
# your own custom sumo.json or template. | ||
default['sumologic']['json_config_cookbook'] = 'sumo-collector' | ||
default['sumologic']['json_config_cookbook'] = 'sumologic-collector' | ||
|
||
# Default sumo.conf configuration templates cookbook | ||
# Replace this with a custom cookbook name if you want to create | ||
# your own custom sumo.conf template. | ||
default['sumologic']['conf_config_cookbook'] = 'sumo-collector' | ||
default['sumologic']['conf_config_cookbook'] = 'sumologic-collector' | ||
|
||
# Default sumo.json template is set to nil so that it's determined in the | ||
# template based on platform_family. Override this if you want to use a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
name 'sumologic-collector' | ||
maintainer 'Ben Newton' | ||
maintainer_email '[email protected]' | ||
license 'Apache v2.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Author:: Ben Newton (<[email protected]>) | ||
# Cookbook Name:: sumo-collector | ||
# Cookbook Name:: sumologic-collector | ||
# Recipe:: Delete sumo.conf and json file | ||
# | ||
# Copyright 2013, Sumo Logic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Author:: Ben Newton (<[email protected]>) | ||
# Cookbook Name:: sumo-collector | ||
# Cookbook Name:: sumologic-collector | ||
# Recipe:: Install, Register, and Configure Collector | ||
# | ||
# Copyright 2013, Sumo Logic | ||
|
@@ -31,8 +31,8 @@ | |
# TODO recipe update | ||
else | ||
Chef::Log.info "Installing Sumo Logic Collector..." | ||
include_recipe 'sumo-collector::sumoconf' | ||
include_recipe 'sumo-collector::sumojson' | ||
include_recipe 'sumo-collector::install' | ||
include_recipe 'sumo-collector::cleanup' | ||
include_recipe 'sumologic-collector::sumoconf' | ||
include_recipe 'sumologic-collector::sumojson' | ||
include_recipe 'sumologic-collector::install' | ||
include_recipe 'sumologic-collector::cleanup' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Author:: Ben Newton (<[email protected]>) | ||
# Cookbook Name:: sumo-collector | ||
# Cookbook Name:: sumologic-collector | ||
# Recipe:: Install Sumo Logic Collector | ||
# | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Author:: Ben Newton (<[email protected]>) | ||
# Cookbook Name:: sumo-collector | ||
# Cookbook Name:: sumologic-collector | ||
# Recipe:: Configure sumo.conf for unattended installs and activation | ||
# | ||
# Copyright 2013, Sumo Logic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Author:: Ben Newton (<[email protected]>) | ||
# Cookbook Name:: sumo-collector | ||
# Cookbook Name:: sumologic-collector | ||
# Recipe:: Configure json for configuring sources | ||
# | ||
# | ||
|