aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/thinkpad.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/thinkpad.pp')
-rw-r--r--manifests/utils/thinkpad.pp16
1 files changed, 16 insertions, 0 deletions
diff --git a/manifests/utils/thinkpad.pp b/manifests/utils/thinkpad.pp
new file mode 100644
index 0000000..d595dbc
--- /dev/null
+++ b/manifests/utils/thinkpad.pp
@@ -0,0 +1,16 @@
+class nodo::utils::thinkpad {
+ # Keyboard
+ package { 'tpb':
+ ensure => installed,
+ }
+
+ # Thinkfan
+ package { 'thinkfan':
+ ensure => installed
+ }
+
+ # HDAPS
+ package { 'hdapsd':
+ ensure => installed,
+ }
+}