saltstack

Pedro Algarvio c51afaa4c4 Merge branch 'master' into revert-56243-master.py3-beacons hace 4 años
.ci 557fea96ef Force running full test suite on proxy pipelines hace 4 años
.github df480e37c0 update pydir call and fix format hace 4 años
changelog 8168db5dbb Add test for fix in salt.modules.file.check_file_meta. hace 4 años
cicd 36051d1a52 add only:refs:schedules to gitlab jobs hace 4 años
conf faee403d62 salt.renderers.gpg: Cache GPG data if gpg_cache=True hace 4 años
doc 8d09e7acbf Update 3001 release notes and 3001 reference hace 4 años
pkg 0ab763c42d Added 'su salt salt' for SUSE log rotation hace 4 años
requirements 958809fd5e Pycrypto gen hash rewrite (#57355) hace 4 años
rfcs 5652183063 Port #49651 to master hace 4 años
salt c51afaa4c4 Merge branch 'master' into revert-56243-master.py3-beacons hace 4 años
scripts bb03f4a0ee Update scripts/* to explicitly reference Python 3 hace 4 años
tasks e6e1ab3ef6 Add task to check `tests/filename_map.yml` validity hace 4 años
templates ba94b4b878 By these days, we should blowup if mock is not available hace 5 años
tests 48a7b729a6 Sodium deprecation hace 4 años
.codeclimate.yml c58af57bc0 Tweak codeclimate settings for less noise hace 5 años
.codecov.yml d916ce0b0b Set codecov's status setting to false hace 4 años
.coveragerc d78e2a32e2 Update `.coveragerc` hace 5 años
.editorconfig 364006bcfb Added .editorconfig for easier editing. hace 9 años
.git-blame-ignore-revs fdbd555857 Add Blacken Salt to git-blame-ignore-revs hace 4 años
.gitattributes 938218326c Update changelog hace 4 años
.gitignore 4733c8234b Remove new line in gitignore hace 4 años
.gitlab-ci.yml 8a2c331a47 Add ShiftLeft Scan to the pipeline hace 4 años
.mention-bot 453c3d7f20 Always notify tkwilliams when changes occur on boto files hace 7 años
.pre-commit-config.yaml e6e1ab3ef6 Add task to check `tests/filename_map.yml` validity hace 4 años
.pylintrc fe075aaace Distro is now a hard dependency hace 4 años
AUTHORS b63643a43a Update my contact details, as the previous email address is no longer in use hace 5 años
CHANGELOG.md 5ab6ff8f48 Merge changes from 2019.2.5 and 3000.3 hace 4 años
CODE_OF_CONDUCT.md a2df0c22c0 Rename conduct file to code_of_conduct to be more clear hace 7 años
CONTRIBUTING.rst b4f148e4df Break out support and contributing docs into separate files hace 6 años
Gemfile eb87816559 change to saltstack version of kitchen-salt hace 5 años
HACKING.rst 4a218142a5 Remove support for RAET hace 5 años
LICENSE a1d07e9cc5 edit SaltStack license info so that GitHub recognizes it hace 4 años
MANIFEST.in a771643369 Include all requirements files in source distribution hace 4 años
NOTICE 1dd0e342b5 Update license date and include NOTICE hace 6 años
Pipfile 6dd8e40266 Update pytest requirements hace 5 años
README.rst a1d07e9cc5 edit SaltStack license info so that GitHub recognizes it hace 4 años
SUPPORT.rst b4f148e4df Break out support and contributing docs into separate files hace 6 años
kitchen.yml 03a24d5ab5 refactor(kitchen): prefer `kitchen.yml` to `.kitchen.yml` hace 5 años
noxfile.py 6445cceb3b Move the coverage DB to artifacts/coverage in order for it to be archived by CI hace 4 años
pyproject.toml c87642181e add towncrier to manage changelog hace 4 años
pytest.ini d14889eb1d Tweak pytest settings to speed up test collection hace 4 años
setup.py 821d0def61 Add libsodium to setup.py for Windows hace 4 años

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

License
=======

SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please see the
LICENSE file for the full text of the Apache license, followed by a full summary
of the licensing used by external modules.