diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/thinkpad.pp | 24 |
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, - } -} |