-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
Description
The win_lgpo_reg module writes user config in the user registry.pol
file. It also writes the same setting to the user registry. The problem is that the user is usually the SYSTEM account because that's user running the salt minion, which doesn't make sense. The user registry.pol
should be applied to all users that log in to the machine, so setting it on the user shouldn't be necessary.
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
- on-prem machine
- VM (Virtualbox, KVM, etc. please specify)
- VM running on a cloud service, please be explicit and add details
- container (Kubernetes, Docker, containerd, etc. please specify)
- or a combination, please be explicit
- jails if it is FreeBSD
- classic packaging
- onedir packaging
- used bootstrap to install
Steps to Reproduce the behavior
Set a user setting with win_lgpo_reg, the setting will be applied to the user registry.
Expected behavior
Only set the value in registry.pol
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)3006.x
Additional context
Add any other context about the problem here.