Manage the registry on Windows
Remove a registry key
Example:
'HKEY_CURRENT_USER\SOFTWARE\Salt\version':
reg.absent
Set a registry entry
Optionally set reflection to False to disable reflection. reflection has no effect on a 32-bit OS.
In the example below, this will prevent Windows from silently creating the key in: HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Salt\version
Example:
HKEY_CURRENT_USER\SOFTWARE\Salt\version:
reg.present:
- value: 0.15.3
- vtype: REG_SZ
- reflection: False
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.7.1
22.27.98. salt.states.redismod
Upcoming SaltStack events, webinars and local meet ups and user groups.