From 992f986474918f85fa39eef768a0a94df76675ec Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Oct 2016 17:31:23 -0300 Subject: Adds nodo::subsystem::keyboard::thinkpad::abnt2 --- manifests/subsystem/keyboard/thinkpad/abnt2.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/subsystem/keyboard/thinkpad/abnt2.pp (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/keyboard/thinkpad/abnt2.pp b/manifests/subsystem/keyboard/thinkpad/abnt2.pp new file mode 100644 index 0000000..53405d5 --- /dev/null +++ b/manifests/subsystem/keyboard/thinkpad/abnt2.pp @@ -0,0 +1,9 @@ +class nodo::subsystem::keyboard::thinkpad::abnt2 inherits nodo::subsystem::keyboard { + File['/etc/default/keyboard'] { + source => "puppet:///modules/nodo/etc/default/keyboard/thinkpad.abnt2", + } + + File['/etc/console/boottime.kmap.gz'] { + source => "puppet:///modules/nodo/etc/console/boottime.kmap.gz.thinkpad.abnt2", + } +} -- cgit v1.2.3