diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-28 22:05:43 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-28 22:05:43 -0300 | 
| commit | d01ad112b356b2d4d784ec69572de953b0cc4134 (patch) | |
| tree | 8ea981f833585dc9e4aa64726921244b22a1218b /manifests/subsystems/utils/plug.pp | |
| parent | b06d5f0a6b64a0a8c68f3553840edbe6921992ff (diff) | |
| download | puppet-nodo-d01ad112b356b2d4d784ec69572de953b0cc4134.tar.gz puppet-nodo-d01ad112b356b2d4d784ec69572de953b0cc4134.tar.bz2  | |
Adding smartmontools into utils::plug
Diffstat (limited to 'manifests/subsystems/utils/plug.pp')
| -rw-r--r-- | manifests/subsystems/utils/plug.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/plug.pp b/manifests/subsystems/utils/plug.pp index d2fb9f7..e018f10 100644 --- a/manifests/subsystems/utils/plug.pp +++ b/manifests/subsystems/utils/plug.pp @@ -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,    }  }  | 
