Skip to content

Instantly share code, notes, and snippets.

@toastedpenguin
Created November 20, 2015 02:00
Show Gist options
  • Save toastedpenguin/91df06eeb14c69367c13 to your computer and use it in GitHub Desktop.
Save toastedpenguin/91df06eeb14c69367c13 to your computer and use it in GitHub Desktop.
# Install all needed software for a windows mssql server
install_chrome:
pkg.installed:
- name: chrome
install_notepadplus:
pkg.installed:
- name: npp
install_datadog:
pkg.installed:
- name: datadog
install_cloudagent:
pkg.installed:
- name: cloudagent
copy_sumo_json:
file.managed:
- source: salt://conf_files/sumologic/sumo_windows_init.json
- name: C:\sumo\sumo_windows_init.json
- makedirs: True
copy_sumo_conf:
file.managed:
- source: salt://conf_files/sumologic/sumo.conf
- name: C:\sumo\sumo.conf
- makedirs: True
install_sumologic:
pkg.installed:
- name: sumologic
- require:
- file: C:\sumo\sumo_windows_init.json
- file: C:\sumo\sumo.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment