Metadata-Version: 2.1
Name: idem-salt
Version: 1.1
Summary: Run idem exec and state modules from salt
Home-page: https://gitlab.com/Akm0d/idem-salt
Author: Tyler Johnson
Author-email: tjohnson@saltstack.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: pop (>=13)
Requires-Dist: idem (>=7.3)
Requires-Dist: idem-bsd ; "BSD" in sys_platform
Requires-Dist: idem-solaris ; "sunos" in sys_platform
Requires-Dist: idem-aix ; os_name == "AIX"
Requires-Dist: idem-darwin ; sys_platform == "darwin"
Requires-Dist: idem-linux ; sys_platform == "linux"
Requires-Dist: idem-windows ; sys_platform == "win32"

=========
IDEM-SALT
=========

Installation
============

Install via pip::

    pip install idem-salt

Copy the modules to the proper locations in /srv/salt::

    idem-salt-install


