Closed spuder closed 8 years ago
Before pull request
registry_key 'HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionname_of_registry_key' do
values [{:name => 'NewRegistryKeyValue', :type => :string, :data => 'C:WindowsSystem32file_name.bmp'}]
action :create
end
after fix
registry_key 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\name_of_registry_key' do
values [{:name => 'NewRegistryKeyValue', :type => :string, :data => 'C:\Windows\System32\file_name.bmp'}]
action :create
end
LGTM - thanks for the PR!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Fixes issue #8