Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2017 21:04
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 anonymous/cefd8e8a245782db4a5aa2b82e6deb68 to your computer and use it in GitHub Desktop.
Save anonymous/cefd8e8a245782db4a5aa2b82e6deb68 to your computer and use it in GitHub Desktop.
sls
{% if 'Optiplex' in grains.productname %}
grains.present:
- name: formfactor
- value: Desktop
{% elif 'Latitude' in grains.productname %}
grains.present:
- name: formfactor
- value: Laptop
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment