You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Config class should check OneAgent's current config state instead of relying on the content of oneagent_puppet_conf_dir config files. The result of this is that the OneAgent config can be changed manually via oneagentctl, and Puppet will not know that the agent config has drifted.
At the very least this should be achievable with an exec resource querying oneagentctl.exe --get-<CONFIG_NAME>.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Config class should check OneAgent's current config state instead of relying on the content of oneagent_puppet_conf_dir config files. The result of this is that the OneAgent config can be changed manually via
oneagentctl
, and Puppet will not know that the agent config has drifted.At the very least this should be achievable with an exec resource querying
oneagentctl.exe --get-<CONFIG_NAME>
.The text was updated successfully, but these errors were encountered: