mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix overly long lines
This commit is contained in:
parent
f18d1aa890
commit
b2b97959d0
1 changed files with 4 additions and 2 deletions
|
@ -923,7 +923,8 @@ class _policy_info(object):
|
|||
},
|
||||
},
|
||||
'WfwDomainSettingsLocalFirewallRules': {
|
||||
'Policy': 'Network firewall: Domain: Settings: Apply local firewall rules',
|
||||
'Policy': 'Network firewall: Domain: Settings: Apply '
|
||||
'local firewall rules',
|
||||
'lgpo_section': self.windows_firewall_gpedit_path,
|
||||
# Settings available are:
|
||||
# - Yes (default)
|
||||
|
@ -949,7 +950,8 @@ class _policy_info(object):
|
|||
},
|
||||
},
|
||||
'WfwDomainSettingsLocalConnectionRules': {
|
||||
'Policy': 'Network firewall: Domain: Settings: Apply local connection security rules',
|
||||
'Policy': 'Network firewall: Domain: Settings: Apply '
|
||||
'local connection security rules',
|
||||
'lgpo_section': self.windows_firewall_gpedit_path,
|
||||
# Settings available are:
|
||||
# - Yes (default)
|
||||
|
|
Loading…
Add table
Reference in a new issue