Hi,
Thank you so much for the work you are doing, this should be very handy.
I am getting issues making this plugin to work.
I have downloaded the pre-built plugin, unzipped to %APPDATA%/packer.d, did packer init and am getting Error: Unknown provisioner type "dsc" when running packer build.
I am working with packer 1.9.4 and using HCL file for the packer config.
provisioner "dsc" { manifest_file = "dsc_config.ps1" configuration_file = "dsc_config.psd1" configuration_params = { "-WebAppPath" = "c:\\tmp" "-MachineName" = "localhost" } }
Hi,
Thank you so much for the work you are doing, this should be very handy.
I am getting issues making this plugin to work.
I have downloaded the pre-built plugin, unzipped to %APPDATA%/packer.d, did packer init and am getting Error: Unknown provisioner type "dsc" when running packer build.
I am working with packer 1.9.4 and using HCL file for the packer config.
provisioner "dsc" { manifest_file = "dsc_config.ps1" configuration_file = "dsc_config.psd1" configuration_params = { "-WebAppPath" = "c:\\tmp" "-MachineName" = "localhost" } }