From 5e6e24a66423632ff06ebf6dc109f1c706f335d3 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 15 Apr 2020 14:24:57 +0100 Subject: [PATCH] Revert "fix(reload-modules): do `reload_modules` on `python-mysql` py module installation" This reverts commit f6dc2baacecc7377f10727c15cc37c735b76895c. --- mysql/python.sls | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql/python.sls b/mysql/python.sls index 736ecca..c7aec15 100644 --- a/mysql/python.sls +++ b/mysql/python.sls @@ -3,4 +3,3 @@ mysql_python: pkg.installed: - name: {{ mysql.pythonpkg }} - - reload_modules: True