Resource Type: dsc_xwindowspackagecab
- Defined in:
- lib/puppet/type/dsc_xwindowspackagecab.rb
Overview
The DSC xWindowsPackageCab resource type. Automatically generated from version 9.2.1
Properties
-
dsc_ensure
Specifies whether the package should be installed or uninstalled. To install the package, set this property to Present. To uninstall the package, set the property to Absent.
-
dsc_logpath
The path to a file to log the operation to.
-
dsc_sourcepath
The path to the cab file to install or uninstall the package from.
Parameters
-
dsc_name (namevar)
The name of the package to install or uninstall.
-
dsc_psdscrunascredential
-
dsc_timeout
The maximum time in seconds to wait for the DSC resource to complete.
-
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).