Skip to content

Instantly share code, notes, and snippets.

@nitay
Created August 27, 2015 17:14
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 nitay/fcca38a52a9271def7ca to your computer and use it in GitHub Desktop.
Save nitay/fcca38a52a9271def7ca to your computer and use it in GitHub Desktop.
{%- set has_disk1 = !salt['cmd.retcode']('test -e /dev/xvdb') %}
{%- set has_disk2 = !salt['cmd.retcode']('test -e /dev/xvdc') %}
{%- set num_disks = has_disk1 + has_disk2 %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment