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.pp12
1 files changed, 9 insertions, 3 deletions
diff --git a/manifests/utils/thinkpad.pp b/manifests/utils/thinkpad.pp
index d595dbc..ae25178 100644
--- a/manifests/utils/thinkpad.pp
+++ b/manifests/utils/thinkpad.pp
@@ -1,16 +1,22 @@
class nodo::utils::thinkpad {
# Keyboard
- package { 'tpb':
+ package { [
+ 'tpb',
+ ]:
ensure => installed,
}
# Thinkfan
- package { 'thinkfan':
+ package { [
+ 'thinkfan',
+ ]:
ensure => installed
}
# HDAPS
- package { 'hdapsd':
+ package { [
+ 'hdapsd',
+ ]:
ensure => installed,
}
}