aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-14 17:31:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-14 17:31:23 -0300
commit992f986474918f85fa39eef768a0a94df76675ec (patch)
tree376931ccafe67d23fc14b2e8b6799e67d6b89091 /manifests
parenteb524720af363c54e1d0de4d95a734fadff2639c (diff)
downloadpuppet-nodo-992f986474918f85fa39eef768a0a94df76675ec.tar.gz
puppet-nodo-992f986474918f85fa39eef768a0a94df76675ec.tar.bz2
Adds nodo::subsystem::keyboard::thinkpad::abnt2
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",
+ }
+}