diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 17:31:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 17:31:23 -0300 |
commit | 992f986474918f85fa39eef768a0a94df76675ec (patch) | |
tree | 376931ccafe67d23fc14b2e8b6799e67d6b89091 /manifests/subsystem/keyboard | |
parent | eb524720af363c54e1d0de4d95a734fadff2639c (diff) | |
download | puppet-nodo-992f986474918f85fa39eef768a0a94df76675ec.tar.gz puppet-nodo-992f986474918f85fa39eef768a0a94df76675ec.tar.bz2 |
Adds nodo::subsystem::keyboard::thinkpad::abnt2
Diffstat (limited to 'manifests/subsystem/keyboard')
-rw-r--r-- | manifests/subsystem/keyboard/thinkpad/abnt2.pp | 9 |
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", + } +} |