saltstack

Pedro Algarvio 12b94469af Update to latest PyTest release 4 jaren geleden
.ci 42c63f2284 Remove Py2 Pipelines 4 jaren geleden
.github 3911c28af0 More updates to stale.yml 4 jaren geleden
conf f99b6762dd various netapi fixes and tests 4 jaren geleden
doc 6d2281a0ca 3000.1 releasenotes 4 jaren geleden
pkg d9791c393f Revert and fix windows requirements 4 jaren geleden
requirements 12b94469af Update to latest PyTest release 4 jaren geleden
rfcs 9d11cc189a [RFC] add rfc for loader changes in Fluorine 6 jaren geleden
salt 86fe450c82 Fix #56433 - test_pip_installed_specific_env 4 jaren geleden
scripts f08253bd7e Move the `salt-unity` implementation to `salt.scripts` 4 jaren geleden
templates ba94b4b878 By these days, we should blowup if mock is not available 5 jaren geleden
tests 55655ff96c Merge branch 'master' into pip_custom_pypi 4 jaren geleden
.codeclimate.yml c58af57bc0 Tweak codeclimate settings for less noise 5 jaren geleden
.codecov.yml 4b8dc8a586 Disable codecov PR comments and status checks 4 jaren geleden
.coveragerc d78e2a32e2 Update `.coveragerc` 5 jaren geleden
.editorconfig 364006bcfb Added .editorconfig for easier editing. 9 jaren geleden
.git-blame-ignore-revs 1bbe6c12b8 Note post-Neon for Black 4 jaren geleden
.gitattributes 938218326c Update changelog 4 jaren geleden
.gitignore 262ad2e98a Compile static requirements 4 jaren geleden
.mention-bot 453c3d7f20 Always notify tkwilliams when changes occur on boto files 7 jaren geleden
.pre-commit-config.yaml e6cc2a6192 Separate pyobjc requirements 4 jaren geleden
.pylintrc ada6f6d96d Switch to `setuptools` alone. Work around pypa/setuptools#456. 4 jaren geleden
AUTHORS b63643a43a Update my contact details, as the previous email address is no longer in use 5 jaren geleden
CHANGELOG.md 963c16e1a7 update pr number for mac build changes in changelog 4 jaren geleden
CODE_OF_CONDUCT.md a2df0c22c0 Rename conduct file to code_of_conduct to be more clear 7 jaren geleden
CONTRIBUTING.rst b4f148e4df Break out support and contributing docs into separate files 6 jaren geleden
COPYING dd562dd200 Update Salt's licensing information to include cptestcase 8 jaren geleden
Gemfile eb87816559 change to saltstack version of kitchen-salt 5 jaren geleden
HACKING.rst 4a218142a5 Remove support for RAET 5 jaren geleden
LICENSE 1dd0e342b5 Update license date and include NOTICE 6 jaren geleden
MANIFEST.in a771643369 Include all requirements files in source distribution 4 jaren geleden
NOTICE 1dd0e342b5 Update license date and include NOTICE 6 jaren geleden
Pipfile 6dd8e40266 Update pytest requirements 5 jaren geleden
README.rst 2711c04ca9 Provide security advisory for PyCrypto 4 jaren geleden
SUPPORT.rst b4f148e4df Break out support and contributing docs into separate files 6 jaren geleden
kitchen.yml 03a24d5ab5 refactor(kitchen): prefer `kitchen.yml` to `.kitchen.yml` 5 jaren geleden
noxfile.py 186eadf0c5 Drop the old `py.test` call in favour of the new `pytest` call 4 jaren geleden
pytest.ini 2e62722887 Default CLI logging config for pytest 5 jaren geleden
setup.py e6cc2a6192 Separate pyobjc requirements 4 jaren geleden

README.rst

==================
What is SaltStack?
==================

SaltStack makes software for complex systems management at scale.
SaltStack is the company that created and maintains the Salt Open
project and develops and sells SaltStack Enterprise software, services
and support. Easy enough to get running in minutes, scalable enough to
manage tens of thousands of servers, and fast enough to communicate with
them in *seconds*.

Salt is a new approach to infrastructure management built on a dynamic
communication bus. Salt can be used for data-driven orchestration,
remote execution for any infrastructure, configuration management for
any app stack, and much more.

Download Salt Open
==================

Salt Open is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
Windows. Download Salt Open and get started now.

``_

`Installation Instructions `_

SaltStack Documentation
=======================

Installation instructions, getting started guides, and in-depth API
documentation.

``_

``_

Security Advisory
=================

For historical reasons, Salt requires PyCrypto as a "lowest common
denominator". However, `PyCrypto is unmaintained`_ and best practice is to
manually upgrade to use a more maintained library such as `PyCryptodome`_. See
`Issue #52674`_ and `Issue #54115`_ for more info

Engage SaltStack
================

`SaltConf`_, **User Groups and Meetups** - SaltStack has a vibrant and `global
community`_ of customers, users, developers and enthusiasts. Connect with other
Salted folks in your area of the world, or join `SaltConf`_, the SaltStack
annual user conference held in Salt Lake City. Please visit the `SaltConf`_ site
for details of our next conference. Also, please let us know if you would like
to start a user group or if we should add your existing SaltStack user group to
this list by emailing: info@saltstack.com

**SaltStack Training** - Get access to proprietary `SaltStack education
offerings`_ through instructor-led training offered on-site, virtually or at
SaltStack headquarters in Salt Lake City. SaltStack Enterprise training helps
increase the value and effectiveness of SaltStack software for any customer and
is a prerequisite for coveted `SaltStack Certified Engineer (SSCE)`_ status.
SaltStack training is also available through several `SaltStack professional
services`_ offerings.

**Follow SaltStack on -**

* YouTube - ``_
* Twitter - ``_
* Facebook - ``_
* LinkedIn - ``_
* LinkedIn Group - ``_

.. _global community: http://www.meetup.com/pro/saltstack/
.. _SaltConf: http://saltconf.com/
.. _SaltStack education offerings: http://saltstack.com/training/
.. _SaltStack Certified Engineer (SSCE): http://saltstack.com/certification/
.. _SaltStack professional services: http://saltstack.com/services/
.. _PyCrypto is unmaintained: https://github.com/dlitz/pycrypto/issues/301#issue-551975699
.. _PyCryptodome: https://pypi.org/project/pycryptodome/
.. _Issue #52674: https://github.com/saltstack/salt/issues/52674
.. _Issue #54115: https://github.com/saltstack/salt/issues/54115