Skip to content

Instantly share code, notes, and snippets.

@rjsalts
Last active August 29, 2015 14:05
Show Gist options
  • Save rjsalts/ea755430028290a28bca to your computer and use it in GitHub Desktop.
Save rjsalts/ea755430028290a28bca to your computer and use it in GitHub Desktop.
class lightdm ($lightdmconf = { SeatDefaults => { user-session => "ubuntu", greeter-session => "unity-greeter", greeter-show-manual-login => "true", greeter-hide-users => "true" } } ) {
file { '/etc/lightdm/lightdm.conf':
ensure => present,
mode => 644,
owner => root,
group => root,
content => template('lightdm/lightdm.conf.erb'),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment