remove redundant md5 hashing

This commit is contained in:
Brian Coca
2018-10-31 15:34:05 -04:00
committed by Toshio Kuratomi
parent c2cd132828
commit d590f10d32
2 changed files with 4 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- remove rendundant path uniquifying in inventory plugins. This removes
use of md5 hashing and fixes inventory plugins when run in FIPS mode.