]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Renames nodo::utils::thinkpad to nodo::utils::laptop::thinkpad
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Feb 2017 14:15:53 +0000 (12:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Feb 2017 14:15:53 +0000 (12:15 -0200)
manifests/utils/thinkpad.pp [deleted file]

diff --git a/manifests/utils/thinkpad.pp b/manifests/utils/thinkpad.pp
deleted file mode 100644 (file)
index 4499ed6..0000000
+++ /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,
-  }
-}