aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/lightdm/disabled.pp
blob: 9e8da8c033f78af9a5937550cc5062011324312b (plain)
1
2
3
4
5
6
7
8
9
class nodo::subsystem::lightdm::disabled inherits nodo::subsystem::lightdm {
  Package['lightdm'] {
    ensure => absent,
  }

  Service['lightdm'] {
    ensure => stopped,
  }
}