Resource Type: dsc_xspfarmsolution
- Defined in:
- lib/puppet/type/dsc_xspfarmsolution.rb
Overview
The DSC xSPFarmSolution resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_deployed
Should the solution be deployed to the farm, or just installed to the farm
-
dsc_ensure
Present if the WSP should be deployed, or Absent if it should be removed
-
dsc_literalpath
The full path to the WSP file
-
dsc_version
The version of the package that is being modified
-
dsc_webapplications
A list of the web applications to deploy this to
Parameters
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_name (namevar)
The filename of the WSP package
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).