Metadata-Version: 2.1
Name: idem-salt
Version: 2.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
Description: =========
        IDEM-SALT
        =========
        
        Installation
        ============
        Installing this package via pip will copy the idem state and execution
        modules to the proper locations in /srv/salt::
        
            pip install idem-salt --global-option install_scripts
        
        You can also install to a custom location::
        
            pip install idem-salt --global-option install_scripts --global-option="--install-dir=/srv/file/root"
        
        States
        ======
        Create a salt state that references idem sls files or sources directly::
        
            state_name:
                idem.state:
                    - idem.sls
                    - sls_source
        
        Execution Modules
        =================
        Idem execution modules can be called directly from the command line::
        
            salt '*' idem.exec test.ping
        
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
