Skip to content
Snippets Groups Projects
Commit cb5b604a authored by Seth House's avatar Seth House
Browse files

Change states to use short-dec style

parent 991fe7cc
Branches
Tags
No related merge requests found
......@@ -2,6 +2,5 @@
{%- set mysql = salt['grains.filter_by'](rawmap, grain='os', merge=salt['pillar.get']('mysql:server:lookup')) %}
mysql:
pkg:
- installed
pkg.installed:
- name: {{ mysql.client }}
......@@ -2,6 +2,5 @@
{%- set mysql = salt['grains.filter_by'](rawmap, grain='os', merge=salt['pillar.get']('mysql:server:lookup')) %}
mysql_python:
pkg:
- installed
pkg.installed:
- name: {{ mysql.python }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment