mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39486 from twangboy/win_remove_orphaned
Remove orphaned function list_configurable_policies
This commit is contained in:
commit
a3e71b6cce
1 changed files with 0 additions and 8 deletions
|
@ -4680,14 +4680,6 @@ def _lookup_admin_template(policy_name,
|
|||
return (False, None, [], 'Unable to find {0} policy {1}'.format(policy_class, policy_name))
|
||||
|
||||
|
||||
def list_configurable_policies(policy_class='Machine',
|
||||
include_administrative_templates=True,
|
||||
adml_language='en-US'):
|
||||
'''
|
||||
list the policies that the execution module can configure
|
||||
'''
|
||||
|
||||
|
||||
def get_policy_info(policy_name,
|
||||
policy_class,
|
||||
adml_language='en-US'):
|
||||
|
|
Loading…
Add table
Reference in a new issue