mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix misspellings
This commit is contained in:
parent
5e7fba6f94
commit
6789306071
4 changed files with 4 additions and 4 deletions
|
@ -102,7 +102,7 @@ quickly and safely as is possible.
|
|||
lists. The announcement contains a description of the issue and a link to
|
||||
the full release documentation and download locations.
|
||||
|
||||
Receiving security announcemnts
|
||||
Receiving security announcements
|
||||
===============================
|
||||
|
||||
The fastest place to receive security announcements is via the `salt-announce`_
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Salt Master Worker Floscript.
|
||||
#
|
||||
# This controlls a single worker proc, many are started based on the value in worker_threads
|
||||
# This controls a single worker proc, many are started based on the value in worker_threads
|
||||
|
||||
house worker
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ log = logging.getLogger(__name__)
|
|||
|
||||
def __virtual__():
|
||||
'''
|
||||
Make sure hponcfg tool is accessiable
|
||||
Make sure hponcfg tool is accessible
|
||||
'''
|
||||
if salt.utils.which('hponcfg'):
|
||||
return True
|
||||
|
|
|
@ -902,7 +902,7 @@ def create_certificate(path=None, text=False, ca_server=None, **kwargs):
|
|||
signing_cert:
|
||||
A certificate matching the private key that will be used to sign this certificate. This is used
|
||||
to populate the issuer values in the resulting certificate. Do not include this value for
|
||||
self-signed certificateds.
|
||||
self-signed certificates.
|
||||
|
||||
public_key:
|
||||
The public key to be included in this certificate. This can be sourced from a public key,
|
||||
|
|
Loading…
Add table
Reference in a new issue