]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding smartmontools into utils::plug
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Mar 2013 01:05:43 +0000 (22:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Mar 2013 01:05:43 +0000 (22:05 -0300)
manifests/subsystems/utils/plug.pp

index d2fb9f74cd302da53751d6fb4868dce93db9b348..e018f10772a8a78504dd1ec400e235ab351fceb0 100644 (file)
@@ -1,6 +1,6 @@
 # Common utilities for plug computers
 class utils::plug {
-  package { [ 'mtd-utils', 'cryptsetup', 'u-boot' ]:
+  package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools' ]:
     ensure => installed,
   }
 }