Resource Type: sccm_package
- Defined in:
- lib/puppet/type/sccm_package.rb
Summary
a Puppet type to define an SCCM PackageOverview
sccm_package { ‘PRI00004’:
ensure => 'present',
dp => 'sccmdp1.company.local',
dest => 'C:/Windows/Temp/Pkg'
} This type provides Puppet with the capabilities to manage SCCM package contents
Autorequires: This type will autorequire the sccm class to ensure the ruby-ntlm gem is installed. This type will autorequire the sccm_dp resource identified by the ‘dp’ attribute.