aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystem/keyboard/thinkpad/abnt2.pp9
1 files changed, 9 insertions, 0 deletions
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",
+ }
+}