aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/thinkpad.pp24
1 files changed, 0 insertions, 24 deletions
diff --git a/manifests/utils/thinkpad.pp b/manifests/utils/thinkpad.pp
deleted file mode 100644
index 4499ed6..0000000
--- a/manifests/utils/thinkpad.pp
+++ /dev/null
@@ -1,24 +0,0 @@
-class nodo::utils::thinkpad (
- $ensure = 'installed',
-) {
- # Keyboard
- package { [
- 'tpb',
- ]:
- ensure => $ensure,
- }
-
- # Thinkfan
- package { [
- 'thinkfan',
- ]:
- ensure => $ensure,
- }
-
- # HDAPS
- package { [
- 'hdapsd',
- ]:
- ensure => $ensure,
- }
-}