Expected Behavior
New-VesterConfig successfully pulls the config value to populate from the $Desired line.
Current Behavior
The RegEx catches all instances of $cfg, instead of just the one desired. (Heyooo puns)
Possible Solution
Make dirty RegEx less dirty and more complicated
Be awesome and use the AST to properly parse the variable assignment
Steps to Reproduce (for bugs)
Try to run New-VesterConfig against the #176 version of the module, and watch it not populate a value for the new host VDS membership test. (Because "$cfg" is commented out in the fix block.)
Your Environment
#176
Expected Behavior
New-VesterConfigsuccessfully pulls the config value to populate from the$Desiredline.Current Behavior
The RegEx catches all instances of
$cfg, instead of just the one desired. (Heyooo puns)Possible Solution
Make dirty RegEx less dirty and more complicatedBe awesome and use the AST to properly parse the variable assignment
Steps to Reproduce (for bugs)
Try to run
New-VesterConfigagainst the #176 version of the module, and watch it not populate a value for the new host VDS membership test. (Because "$cfg" is commented out in the fix block.)Your Environment
#176