From 6c12c096df1eb704670f93e947cd5d71ee9860a1 Mon Sep 17 00:00:00 2001 From: Seth House Date: Thu, 22 Aug 2013 16:29:47 -0600 Subject: [PATCH] Changed MySQL Python adapter state ID dec to less platform-specific --- mysql/python.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/python.sls b/mysql/python.sls index bea5b6c..2c38f04 100644 --- a/mysql/python.sls +++ b/mysql/python.sls @@ -1,6 +1,6 @@ {% from "mysql/package-map.jinja" import mysql with context %} -mysqldb-python: +mysql-python: pkg: - installed - name: {{ mysql.python }}