Skip to content

Instantly share code, notes, and snippets.

@cholcombe973
Created August 31, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cholcombe973/8c8b79160a022cd05bbfb0887b0492af to your computer and use it in GitHub Desktop.
Save cholcombe973/8c8b79160a022cd05bbfb0887b0492af to your computer and use it in GitHub Desktop.
diag_tools:
pkg.installed:
- pkgs:
- dstat
- megacli:
{% if grains['os'] == 'RedHat' %}
- salt://rpms/MegaCli-8.07.14-1.noarch.rpm
{% elif grains['os'] == 'Ubuntu' %}
- salt://debs/megacli_8.07.14-1_all.deb
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment