mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo reponse -> response
This commit is contained in:
parent
72c4eab6d7
commit
708f2ff8ea
4 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ Changes:
|
|||
- Improve error handling on invalid /etc/network/interfaces file in salt
|
||||
networking modules
|
||||
|
||||
- Fix bug where a reponse status was not checked for in fileclient.get_url
|
||||
- Fix bug where a response status was not checked for in fileclient.get_url
|
||||
|
||||
- Enable eauth when running salt in batch mode
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ Changes:
|
|||
- Improve error handling on invalid /etc/network/interfaces file in salt
|
||||
networking modules
|
||||
|
||||
- Fix bug where a reponse status was not checked for in fileclient.get_url
|
||||
- Fix bug where a response status was not checked for in fileclient.get_url
|
||||
|
||||
- Enable eauth when running salt in batch mode
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@ Mon Mar 30 21:41:22 UTC 2015 - aboe76@gmail.com
|
|||
job cache.
|
||||
+ Improve error handling on invalid /etc/network/interfaces file in salt
|
||||
networking modules
|
||||
+ Fix bug where a reponse status was not checked for in fileclient.get_url
|
||||
+ Fix bug where a response status was not checked for in fileclient.get_url
|
||||
+ Enable eauth when running salt in batch mode
|
||||
+ Increase timeout in Boto Route53 module
|
||||
+ Fix bugs with Salt's 'tar' module option parsing
|
||||
|
|
|
@ -736,7 +736,7 @@ VALID_OPTS = {
|
|||
# primarily as a mitigation technique against minion disconnects.
|
||||
'ping_interval': int,
|
||||
|
||||
# Instructs the salt CLI to print a summary of a minion reponses before returning
|
||||
# Instructs the salt CLI to print a summary of a minion responses before returning
|
||||
'cli_summary': bool,
|
||||
|
||||
# The maximum number of minion connections allowed by the master. Can have performance
|
||||
|
|
Loading…
Add table
Reference in a new issue