Skip to content
Snippets Groups Projects
Commit 5bc1f037 authored by Wolodja Wentland's avatar Wolodja Wentland
Browse files

Merge pull request #53 from saltstack-formulas/style-short-dec

Change states to use short-dec style
parents 991fe7cc cb5b604a
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