Skip to content

Instantly share code, notes, and snippets.

@joshcooper
Created October 8, 2012 21:54
Show Gist options
  • Save joshcooper/3855248 to your computer and use it in GitHub Desktop.
Save joshcooper/3855248 to your computer and use it in GitHub Desktop.
class jenkins::registry {
include registry
# enable rdp
registry_value { 'hklm\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections':
ensure => present,
type => dword,
data => 0,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment