commit | 245e544f5a85d5d71c38c9a3785902c550a938cf | [log] [tgz] |
---|---|---|
author | Alexander Evseev <aevseev@mirantis.com> | Mon Nov 27 15:23:08 2017 +0100 |
committer | Alexander Evseev <aevseev@mirantis.com> | Mon Nov 27 15:23:08 2017 +0100 |
tree | 5f097f8d1e71adaa71730232b9a551803748d72a | |
parent | 81494495913dfb9aee10d5f80de88ae1052e4ae1 [diff] |
Add required json module to the state module Change-Id: Ia768e35a122ba54ace08ac822215367da747bff7
diff --git a/_states/artifactory.py b/_states/artifactory.py index ac40b1a..420b58d 100644 --- a/_states/artifactory.py +++ b/_states/artifactory.py
@@ -4,6 +4,8 @@ ======================================= ''' +import json + def __virtual__(): if 'artifactory.get_license' in __salt__: