Skip to content

tombuildsstuff/puppet-windows_autologin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet-Windows_AutoLogin

A puppet module to configure auto login on Windows Project Build Status

Installation

Add this to your Puppetfile:

mod 'tombuildsstuff/windows_autologin', '1.1.0'

Usage

Enabling Auto-Login (on a local computer):

class { 'windows_autologin':
  ensure   => 'present',
  username => 'myuser',
  password => 'p@ssw0rd'
}

Enabling Auto-Login (when the machine is bound to a Active Directory):

class { 'windows_autologin':
  ensure   => 'present',
  domain   => 'mydomain',
  username => 'myuser',
  password => 'p@ssw0rd'
}

Disabling Auto-Login:

class { 'windows_autologin':
  ensure => 'absent'
}

Testing

This module's been tested on Windows Server 2008/2012 R2

Contributing

Send a pull request, ideally with tests :)

About

A puppet module to configure auto login on Windows

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors