From 2b6e704c96d0373aadb56f90d758c960f538abdb Mon Sep 17 00:00:00 2001 From: sticky-note Date: Thu, 16 Apr 2020 00:06:53 +1100 Subject: [PATCH] fix(reload-modules): do `reload_modules` on 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