mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24481 from eliasp/2015.5-salt.states.powerpath-license_typo
Fix typo (licnese → license).
This commit is contained in:
commit
02a597bf49
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ def license_present(name):
|
|||
on the host.
|
||||
|
||||
name
|
||||
The licnese key to ensure is present
|
||||
The license key to ensure is present
|
||||
'''
|
||||
ret = {'name': name,
|
||||
'changes': {},
|
||||
|
@ -61,7 +61,7 @@ def license_absent(name):
|
|||
on the host.
|
||||
|
||||
name
|
||||
The licnese key to ensure is absent
|
||||
The license key to ensure is absent
|
||||
'''
|
||||
ret = {'name': name,
|
||||
'changes': {},
|
||||
|
|
Loading…
Add table
Reference in a new issue