mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make changes requested by Chunga and Rob H
This commit is contained in:
parent
0a98359776
commit
0caa05c54f
3 changed files with 3 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,6 +16,7 @@ MANIFEST
|
|||
.pytest_cache
|
||||
Pipfile.lock
|
||||
.mypy_cache/*
|
||||
.tools-venvs/
|
||||
|
||||
# virtualenv
|
||||
# - ignores directories of a virtualenv when you create it right on
|
||||
|
|
|
@ -10,12 +10,6 @@ Windows images.
|
|||
Requirements
|
||||
============
|
||||
|
||||
.. note::
|
||||
Support ``winexe`` and ``impacket`` has been deprecated and will be removed in
|
||||
3001. These dependencies are replaced by ``pypsexec`` and ``smbprotocol``
|
||||
respectively. These are pure python alternatives that are compatible with all
|
||||
supported python versions.
|
||||
|
||||
Salt Cloud makes use of `impacket` and `winexe` to set up the Windows Salt
|
||||
Minion installer.
|
||||
|
||||
|
|
|
@ -5,15 +5,14 @@ Salt in 10 Minutes
|
|||
==================
|
||||
|
||||
.. note::
|
||||
Welcome to SaltStack! I am excited that you are interested in Salt and
|
||||
Welcome to Salt Project! I am excited that you are interested in Salt and
|
||||
starting down the path to better infrastructure management. I developed
|
||||
(and am continuing to develop) Salt with the goal of making the best
|
||||
software available to manage computers of almost any kind. I hope you enjoy
|
||||
working with Salt and that the software can solve your real world needs!
|
||||
|
||||
- Thomas S Hatch
|
||||
- Salt creator and Chief Developer
|
||||
- CTO of SaltStack, Inc.
|
||||
- Salt Project creator and Chief Developer of Salt Project
|
||||
|
||||
|
||||
Getting Started
|
||||
|
|
Loading…
Add table
Reference in a new issue