mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo fix
This commit is contained in:
parent
ca3a9488f1
commit
11becf3e68
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ def __virtual__():
|
|||
|
||||
def start_service(service_name):
|
||||
'''
|
||||
Start OpenStack service immiedately
|
||||
Start OpenStack service immediately
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
@ -52,7 +52,7 @@ def start_service(service_name):
|
|||
|
||||
def stop_service(service_name):
|
||||
'''
|
||||
Stop OpenStack service immiedately
|
||||
Stop OpenStack service immediately
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
@ -67,7 +67,7 @@ def stop_service(service_name):
|
|||
|
||||
def restart_service(service_name, minimum_running_time=None):
|
||||
'''
|
||||
Restart OpenStack service immiedately, or only if it's running longer than
|
||||
Restart OpenStack service immediately, or only if it's running longer than
|
||||
specified value
|
||||
|
||||
CLI Example:
|
||||
|
|
Loading…
Add table
Reference in a new issue