You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Powershell is having an issue with a certain parameter and is requesting to use one that is not a part of the Dsc_xpackage resource according to the documentation. It seems to want me to use the Parameter "Path" but the closest thing I can see in the documentation is "dsc_path"
Verbose logs
no parameter named 'path' on Dsc_xpackage[sophos_install_agent]
dsc_xpackage: PowerShell DSC resource DSC_xPackageResource failed to execute Get-TargetResource functionality with error message: The specified Path 'D:\CMMain8' does not appear to specify an EXE or MSI file and as such is not supported.
Parameter name: Path
Path isn't something that I can configure directly with Puppet but it would make sense that it's converted from dsc_path. I'm not quite sure if it matters that dsc_path is labeled as a property rather than a parameter.
I think you do best by reaching out to a Puppet forum as this cannot be fixed in this repo. You could also ask in the DSC-channel in Slack/Discord to see if there are any Puppet users that can help: https://dsccommunity.org/community/contact/
Problem description
Powershell is having an issue with a certain parameter and is requesting to use one that is not a part of the Dsc_xpackage resource according to the documentation. It seems to want me to use the Parameter "Path" but the closest thing I can see in the documentation is "dsc_path"
Verbose logs
DSC configuration
Suggested solution
Attempt to replicate issue in a different envirionment.
Operating system the target node is running
PowerShell version and build the target node is running
xPSDesiredStateConfiguration version
The text was updated successfully, but these errors were encountered: