-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Managee /sumo/sumo.config for install. Renamed installer.sls to
install.sls.
- Loading branch information
Liberty Young
committed
Aug 26, 2015
1 parent
4c161ea
commit 993a54d
Showing
4 changed files
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## https://service.sumologic.com/help/Using_sumo.conf.htm | ||
# | ||
sumologic_install: | ||
accessid: 'access_id' | ||
accesskey: 'accesskey' |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{% load_json as rawmap %} | ||
{ | ||
"accessid": "access_id", | ||
"accesskey": "access_key", | ||
"sources": "/sumo/sumo.json" | ||
} | ||
{% endload %} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{%- from "sumologic/defaults.json" import rawmap with context -%} | ||
{%- set sumoconf = salt['pillar.get']('sumologic_install', rawmap, True) -%} | ||
accessid={{ sumoconf.accessid }} | ||
accesskey={{ sumoconf.accesskey }} | ||
sources={{ sumoconf.sources}} |
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