Project

General

Profile

Bug #22718

Updated by Alexis Mousset 12 months ago

When we create a technique with multiple file_augeas_set method 
 it creates a *.augnew file for each method in the technique  
 <pre> 
 root@orchestrateur-4:/home/user/.ssh# ls 
 config 								        config._home_user__ssh_config_Host_2__StrictHostKeyChecking.augnew 
 config.augnew 							        config._home_user__ssh_config_Host_3_.augnew 
 config._home_user__ssh_config_Host_1_.augnew config._home_neo_ops__ssh_config_Host_1_.augnew 			        config._home_user__ssh_config_Host_3__KexAlgorithms_1.augnew 
 config._home_user__ssh_config_Host_1__KexAlgorithms_1.augnew config._home_neo_ops__ssh_config_Host_1__KexAlgorithms_1.augnew          config._home_user__ssh_config_Host_3__StrictHostKeyChecking.augnew 
 config._home_user__ssh_config_Host_1__StrictHostKeyChecking.augnew config._home_neo_ops__ssh_config_Host_1__StrictHostKeyChecking.augnew    config._home_user__ssh_config_Host_4_.augnew 
 config._home_user__ssh_config_Host_2_.augnew config._home_neo_ops__ssh_config_Host_2_.augnew 			        config._home_user__ssh_config_Host_4__StrictHostKeyChecking.augnew 
 config._home_user__ssh_config_Host_2__KexAlgorithms_1.augnew config._home_neo_ops__ssh_config_Host_2__KexAlgorithms_1.augnew 
 </pre>

Back