Resource Type: sccm_dp
- Defined in:
- lib/puppet/type/sccm_dp.rb
Summary
a Puppet type to define an SCCM Distribution PointOverview
sccm_dp { ‘sccmdp1.company.local’:
auth => 'windows',
username => 'sccm_user',
domain => 'COMPANY',
password => 's3cr3t',
ssl => false
} sccm_dp { ‘sccmdp2.company.local’:
auth => 'none',
ssl => false
} sccm_dp { ‘sccmdp3.company.local’:
auth => 'pki',
ssl => true,
pfx => 'C:\\Windows\\Temp\\sccm_dp_access.pfx',
pfx_password => 'puppetlabs'
} This type provides Puppet with the necessary information about distribution points