diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-26 22:58:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-26 22:58:49 -0300 |
commit | 49809510f098c3ea249ddbec0aed2a0bdf46eb9f (patch) | |
tree | 4ba03f9c8e427bc23ed57d5a64fbe1d6e93cf443 | |
parent | 9dc4a22dabfb31b6c12a8057d8d24c6387e1980c (diff) | |
download | puppet-nodo-49809510f098c3ea249ddbec0aed2a0bdf46eb9f.tar.gz puppet-nodo-49809510f098c3ea249ddbec0aed2a0bdf46eb9f.tar.bz2 |
Adding openocd into utils::development
-rw-r--r-- | manifests/subsystems/utils/development.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/development.pp b/manifests/subsystems/utils/development.pp index e0d04b1..7d1e19a 100644 --- a/manifests/subsystems/utils/development.pp +++ b/manifests/subsystems/utils/development.pp @@ -7,7 +7,7 @@ class utils::development { 'cdbs', 'dh-buildinfo', 'quilt', 'dpatch', 'dput', 'bzr', 'debian-goodies', 'debirf', 'xorriso', 'dh-autoreconf', 'unetbootin', 'git-buildpackage', 'gem2deb', 'python-setuptools', 'python-virtualenv', - 'ditz', 'mr', 'puppet-lint', 'kpartx' ]: + 'ditz', 'mr', 'puppet-lint', 'kpartx', 'openocd' ]: ensure => installed, } |