Fix GPD2 Keyboard in X11
by setting it to us
This commit is contained in:
parent
eb55aa5bb6
commit
4e71ba0259
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
||||||
# standards
|
# standards
|
||||||
#
|
#
|
||||||
|
|
||||||
|
file {'/etc/X11/xorg.conf.d/00-keyboard.conf':
|
||||||
|
ensure => file,
|
||||||
|
backup => false,
|
||||||
|
owner => 'root',
|
||||||
|
group => 'root',
|
||||||
|
mode => '0644',
|
||||||
|
source => "puppet:///modules/gpdp2/etc/X11/xorg.conf.d/00-keyboard.conf",
|
||||||
|
}
|
||||||
file {'/etc/X11/xorg.conf.d/20-intel.conf':
|
file {'/etc/X11/xorg.conf.d/20-intel.conf':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
backup => false,
|
backup => false,
|
||||||
|
|
Reference in a new issue