Skip to content

Instantly share code, notes, and snippets.

binddn: uid=whitejs,ou=People,dc=websages,dc=com
bindpass: I<3H34th'sM@m@
cacheage: 300
confpath: /home/whitejs/.shelldap.rc
server: ldaps://freyr.websages.com:636
timeout: 10
@natemccurdy
natemccurdy / disable_firewall.pp
Created October 22, 2015 17:17
Puppet profiles for managing basic Windows settings
# This will disable the windows firewall
#
# Requires: puppetlabs/registry
#
class profile::windows::disable_firewall {
registry::value { 'Disable DomainProfile firewall':
key => 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\DomainProfile',
value => 'EnableFirewall',
data => '0',