summaryrefslogtreecommitdiff
path: root/manifests/backlight.pp
blob: 128442aeebbc6109c045a57d119a833bb8c31a94 (plain)
1
2
3
4
5
6
7
8
class profiles::backlight {
  group { 'backlight':
    system => true,
  }
  # TODO only if we have intel backlight
  #      Possibly just check what's in /sys/class/backlight/*
  include ::profiles::intel_backlight
}