Closed AutomationD closed 2 years ago
It looks like you are mixing syntax from the registry::value
defined type and the registry_value
type. Try this:
registry_value { 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Antimalware\Exclusions\Paths\%systemroot%\system32\inetsrv': ensure => present, type => dword, data => '0', }
Hello! We are doing some house keeping and noticed that this issue has been open for a long time.\n\nWe're going to close it but please do raise another issue if the issue still persists. 😄
I'm having issues when having such construction:
I also tried
Please share some Idea, if I'm doing something wrong, but it seems like a bug to me, as provider treats backslashes in the name of the key as a part of the path to that key.
Thanks in advance.