rdp
Puppet module to enable/disable Remote Desktop and RDP Network Level Authentication
Version information
released Aug 15th 2015
This version is compatible with:
- Puppet Enterprise >= 3.3.0 < 2015.3.0
- Puppet >= 3.0.0 < 5.0.0
Start using this module
Add this module to your Puppetfile:
mod 'martezr-rdp', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
martezr/rdp — version 0.1.2 Aug 15th 2015
puppet-rdp
Puppet module to RDP on Windows platforms
===
Compatability
This module has been tested to work on the following systems with Puppet v3 and Ruby versions 1.8.7, 1.9.3 and 2.0.0.
- Windows Server 2008 R2
- Windows Server 2012 R2
===
Parameters
rdp_enable
Enable RDP
- Default: false
rdp_nla_enable
Enable network level authentication.
- Default: false
===
Sample usage:
Enable RDP
Dependencies
- puppetlabs/registry (>= 0.1.0 <5.0.0)
- puppetlabs/stdlib (>= 0.1.0 <5.0.0)
- rmsphd/windows_firewall (>= 0.1.0 <5.0.0)