Skip to content

Commit

Permalink
move /sumo/sumo.config to correct location, /etc/sumo.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberty Young committed Aug 26, 2015
1 parent 055c2b2 commit 49342d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sumologic/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- mode: 400
- source: salt://sumologic/files/sources.json

/sumo/sumo.config:
/etc/sumo.conf:
file.managed:
- user: root
- group: root
Expand All @@ -44,3 +44,9 @@ sumologic_installer:
- file: /opt/sumo64.sh
- file: /opt/SumoCollector
- file: /sumo/sumo.config

/etc/init.d/sumologic_collector:
file.symlink:
- target: /opt/SumoCollector/collector
- requires:
- file: sumologic_installer

0 comments on commit 49342d2

Please sign in to comment.