From f6dc2baacecc7377f10727c15cc37c735b76895c Mon Sep 17 00:00:00 2001 From: sticky-note Date: Wed, 15 Apr 2020 23:05:01 +1100 Subject: [PATCH] fix(reload-modules): do `reload_modules` on `python-mysql` py module installation --- mysql/python.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/python.sls b/mysql/python.sls index c7aec15..736ecca 100644 --- a/mysql/python.sls +++ b/mysql/python.sls @@ -3,3 +3,4 @@ mysql_python: pkg.installed: - name: {{ mysql.pythonpkg }} + - reload_modules: True