-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with KEY_WOW_64_KEY #8
Comments
Same issue here. Delwaterman, did you manage to find a solution until now? |
No we ended up doing all of it with a custom puppet script. |
Burned by this too, was unable to set any 64bit registry keys with the puppet/registry module as long as this line in windows_sid.rb is there: KEY_WOW64_64KEY = 0x100 unless defined? KEY_WOW64_64KEY I used the little bit of ruby I know but couldn't figure out how to make this compatible. |
I removed that line and replaced the line following it with access = Win32::Registry::KEY_READ | 0x100 I'll submit a pull request soon. |
Fixing issue where puppet was erroring out while creating the catalog: 'uninitialized constant PuppetX::Puppetlabs::Registry::KEY_WOW64_64KEY'. This same constant conflicts with the puppetlags/registry module and was reported as part of issue liamjbennett#3.
Fixing issue where puppet was erroring out while creating the catalog: 'uninitialized constant PuppetX::Puppetlabs::Registry::KEY_WOW64_64KEY'. This same constant conflicts with one from puppetlags/registry module and was reported as part of issue liamjbennett#3.
This is filed as https://tickets.puppetlabs.com/browse/MODULES-3195 |
Fixing issue where puppet was erroring out while creating the catalog: 'uninitialized constant PuppetX::Puppetlabs::Registry::KEY_WOW64_64KEY'. This same constant conflicts with one from puppetlags/registry module and was reported as part of issue liamjbennett#3.
Munging failed for value "HKLM\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\DomainProfile
\EnableFirewall" in class path: uninitialized constant PuppetX::Puppetlabs::Registry::KEY_WOW64_64KEY
The text was updated successfully, but these errors were encountered: