Use GDM over lightdm
This commit is contained in:
parent
d1f7726726
commit
97a166d18e
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ class config {
|
||||||
source => 'puppet:///modules/config/rofi.conf'
|
source => 'puppet:///modules/config/rofi.conf'
|
||||||
}
|
}
|
||||||
|
|
||||||
service { 'gdm':
|
service { 'lightdm':
|
||||||
enable => false
|
enable => false
|
||||||
}
|
}
|
||||||
|
|
||||||
-> service { 'lightdm':
|
-> service { 'gdm':
|
||||||
enable => true
|
enable => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue