Hi,
 
When add values to a key using the below puppet code it clears the current 
values on the server. Is there away to simply append a reg key value ?
 









*class winregistry {      registry_value { 
'hklm\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0\BackConnectionHostNames':    
ensure => present,    type => array,    data => 
['myservername2.mydomain.com', 
'myservername3.mydomain.com','myservername4.mydomain.com'],                
}                        }*

 

 

 

 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/337dac52-9f31-41ea-8679-2d3096457e60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to