Create Puppet managed registry keys with registry
You might eventually need to use the registry to access
and set highly available settings, among other things. The puppetlabs-registry
module, which is also a Puppet Supported Module enables you to set both registry keys
and values.
-
View registry keys and values with puppet resource
puppetlabs-registry
is a custom type and provider, so you can usepuppet resource
to look at existing registry settings. -
Create managed keys
Learn how to make managed registry keys, and see Puppet correct configuration drift when you try and alter them in Registry Editor.