diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-28 21:01:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-28 21:01:03 -0300 |
commit | b06d5f0a6b64a0a8c68f3553840edbe6921992ff (patch) | |
tree | 4b67bdf53c9235e8c14da5a825b8b308e70b1afc /manifests/subsystems | |
parent | 49809510f098c3ea249ddbec0aed2a0bdf46eb9f (diff) | |
download | puppet-nodo-b06d5f0a6b64a0a8c68f3553840edbe6921992ff.tar.gz puppet-nodo-b06d5f0a6b64a0a8c68f3553840edbe6921992ff.tar.bz2 |
Adding cryptsetup and u-boot into utils::plug
Diffstat (limited to 'manifests/subsystems')
-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 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, } } |