Resource Type: registry_key
- Defined in:
- lib/puppet/type/registry_key.rb
- Providers:
-
registry
Overview
Manages registry keys on Windows systems.
Keys within HKEY_LOCAL_MACHINE (hklm) or HKEY_CLASSES_ROOT (hkcr) are supported. Other predefined root keys, e.g. HKEY_USERS, are not currently supported.
If Puppet creates a registry key, Windows will automatically create any necessary parent registry keys that do not exist.
Puppet will not recursively delete registry keys.
Autorequires: Any parent registry key managed by Puppet will be autorequired.