Has anyone tried loading contents of a file in Powershell script in Puppet environment? In Windows environment the line would be like this: [ _$ignore_values = Get-Content -path C:\temp\ignore_values.ini ]_ The path in Puppet structure is like this: "<my_module>/tasks/ignore_values.ini"