Hi All.
We are attempting to add registry keys to our windows estate using puppet.
We have tow that need adding one works the other doesn't
the one that fails is
dsc_registry {'Schannel_cyphers_56':
dsc_ensure => 'Present',
dsc_key => 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES 56/56',
dsc_valuename => 'Enabled',
dsc_valuedata => '0',
dsc_valuetype => 'Dword',
}
and we have narrowed it down to the forward slash (/) but we can't find a way to add this via puppet..
We can add it manually.
Any ideas?
thanks in advance
↧