mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo preferrably -> preferably
This commit is contained in:
parent
f8d9f608dd
commit
20e79981e1
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ If the manager webapp is not configured some of the functions won't work.
|
|||
- If ipv6 is enabled make sure you permit manager access to ipv6 interface
|
||||
"0:0:0:0:0:0:0:1"
|
||||
- If you are using tomcat.tar.gz it has to be installed or symlinked under
|
||||
``/opt``, preferrably using name tomcat
|
||||
``/opt``, preferably using name tomcat
|
||||
- "tomcat.signal start/stop" works but it does not use the startup scripts
|
||||
|
||||
The following grains/pillar should be set:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -720,7 +720,7 @@ class Install(install):
|
|||
raise DistutilsArgError(
|
||||
'The \'--salt-{0}\' setting was passed as a global option '
|
||||
'and as an option to the install command. Please only pass '
|
||||
'one of them, preferrably the global option since the other '
|
||||
'one of them, preferably the global option since the other '
|
||||
'is now deprecated and will be removed in Salt Boron.'.format(
|
||||
optname.replace('_', '-')
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue