aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-28 21:01:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-28 21:01:03 -0300
commitb06d5f0a6b64a0a8c68f3553840edbe6921992ff (patch)
tree4b67bdf53c9235e8c14da5a825b8b308e70b1afc
parent49809510f098c3ea249ddbec0aed2a0bdf46eb9f (diff)
downloadpuppet-nodo-b06d5f0a6b64a0a8c68f3553840edbe6921992ff.tar.gz
puppet-nodo-b06d5f0a6b64a0a8c68f3553840edbe6921992ff.tar.bz2
Adding cryptsetup and u-boot into utils::plug
-rw-r--r--manifests/subsystems/utils/plug.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/plug.pp b/manifests/subsystems/utils/plug.pp
index 12fed33..d2fb9f7 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':
+ package { [ 'mtd-utils', 'cryptsetup', 'u-boot' ]:
ensure => installed,
}
}