Skip to content

Commit

Permalink
Update winrm_connector.py
Browse files Browse the repository at this point in the history
Co-authored-by: bb-splunk <[email protected]>
  • Loading branch information
mposluszny-splunk and bb-splunk authored Feb 27, 2024
1 parent 158addc commit ce0a1b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions winrm_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,7 @@ def _get_fips_enabled(self):
return False

fips_enabled = is_fips_enabled()
if fips_enabled:
self.debug_print('FIPS is enabled')
else:
self.debug_print('FIPS is not enabled')
self.debug_print(f'FIPS enabled: {fips_enabled}')
return fips_enabled

def _create_ps_script(self, action_result, args, whitelist_args=set(), cmd_prefix="", cmd_suffix=""):
Expand Down

0 comments on commit ce0a1b7

Please sign in to comment.