From: Silvio Rhatto Date: Sun, 5 Feb 2017 14:15:53 +0000 (-0200) Subject: Renames nodo::utils::thinkpad to nodo::utils::laptop::thinkpad X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=93e150af502e73d0c93808d6af0c48a94d0f4dbd;p=puppet-nodo.git Renames nodo::utils::thinkpad to nodo::utils::laptop::thinkpad --- 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, - } -}