From 4e71ba0259ea9b93dbdd7b160a66f1be0ee1200c Mon Sep 17 00:00:00 2001 From: "J. Elfring (g)" Date: Tue, 16 Jun 2020 23:22:16 +0200 Subject: [PATCH] Fix GPD2 Keyboard in X11 by setting it to us --- sysconfig_arch/cfg_zz_gpdp2.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sysconfig_arch/cfg_zz_gpdp2.pp b/sysconfig_arch/cfg_zz_gpdp2.pp index d164acd..faaa625 100644 --- a/sysconfig_arch/cfg_zz_gpdp2.pp +++ b/sysconfig_arch/cfg_zz_gpdp2.pp @@ -5,6 +5,14 @@ # 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': ensure => file, backup => false,