mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pylint errors
Fix pylint errors
This commit is contained in:
parent
1eba8c4b8e
commit
25c8190e48
1 changed files with 3 additions and 4 deletions
|
@ -494,8 +494,8 @@ def container_setting(name, container, settings=None):
|
|||
processModel.maxProcesses: 1
|
||||
processModel.userName: TestUser
|
||||
processModel.password: TestPassword
|
||||
processModel.identityType: SpecificUser
|
||||
|
||||
processModel.identityType: SpecificUser
|
||||
|
||||
Example of usage for the ``Sites`` container:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
@ -509,9 +509,8 @@ def container_setting(name, container, settings=None):
|
|||
logFile.period: Daily
|
||||
limits.maxUrlSegments: 32
|
||||
'''
|
||||
|
||||
|
||||
identityType_map2string = {0: 'LocalSystem', 1: 'LocalService', 2: 'NetworkService', 3: 'SpecificUser', 4: 'ApplicationPoolIdentity'}
|
||||
|
||||
ret = {'name': name,
|
||||
'changes': {},
|
||||
'comment': str(),
|
||||
|
|
Loading…
Add table
Reference in a new issue