cyberark / conjur-puppet

Official Puppet module for CyberArk Conjur
https://forge.puppet.com/cyberark/conjur
Apache License 2.0
6 stars 3 forks source link

Investigate if `puppetlabs-registry` dependency is still needed #235

Open sgnn7 opened 3 years ago

sgnn7 commented 3 years ago

Summary

Testing the puppet module on Windows without this dependency unexpectedly worked fine. Investigation into the module shows that this might have been only used by v2 registry-setting code. We should find out if we can remove this dependency for sure.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Install our module but don't install puppetlabs-registry dependency
  2. Run tests on Windows

Expected Results

Errors regarding classes not found

Actual Results (including error logs, if applicable)

Working state

Reproducible

Version/Tag number

v3.0.0

Environment setup

Containers (puppet / conjur) and vagrant (agent)

Additional Information

Add any other context about the problem here.

sgnn7 commented 3 years ago

Blocked by decision on direction with HFTs