aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-26 14:16:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-26 14:16:05 -0300
commitfd06d127c443802c30138fd4f75e99641d20bd2f (patch)
treecf125130c57a1c6b877d89664bf567fbeaccba7b /manifests/utils/plug.pp
parenta016405f42f0e44bcea7ab719aa88b8041281549 (diff)
downloadpuppet-nodo-fd06d127c443802c30138fd4f75e99641d20bd2f.tar.gz
puppet-nodo-fd06d127c443802c30138fd4f75e99641d20bd2f.tar.bz2
Adding nodo::utils::development::toolchain::arm
Diffstat (limited to 'manifests/utils/plug.pp')
-rw-r--r--manifests/utils/plug.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/plug.pp b/manifests/utils/plug.pp
index 861c346..fe28b55 100644
--- a/manifests/utils/plug.pp
+++ b/manifests/utils/plug.pp
@@ -1,6 +1,6 @@
# Common utilities for plug computers
class nodo::utils::plug {
- package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools' ]:
+ package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools', 'u-boot-tools' ]:
ensure => installed,
}
}