I need to grep a string in a line using puppet using regular expressions.
$var=['varms01' , 'varms02']
I need to run puppet exec onlyif varms01 and varms02 are not present in my config file.
I am not sure How to implement this.
↧