diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-01 17:55:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-01 17:55:51 -0300 |
commit | 3e5ecf3364831a5483f134f687588d7113f5b287 (patch) | |
tree | abcfa4e2aa7e010d41f711060cf6546c34b86486 /manifests | |
parent | 1123b414b4a9303dc6412926550642f5c52b8f4f (diff) | |
download | puppet-nodo-3e5ecf3364831a5483f134f687588d7113f5b287.tar.gz puppet-nodo-3e5ecf3364831a5483f134f687588d7113f5b287.tar.bz2 |
Package requirements on nodo::utils::development::toolchain::arm
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/development/toolchain/arm.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/development/toolchain/arm.pp b/manifests/utils/development/toolchain/arm.pp index 3dcc82e..7a321b5 100644 --- a/manifests/utils/development/toolchain/arm.pp +++ b/manifests/utils/development/toolchain/arm.pp @@ -6,6 +6,7 @@ class nodo::utils::development::toolchain::arm { package { [ 'linux-libc-dev-armel-cross', 'libc6-armel-cross', 'libc6-dev-armel-cross', 'binutils-arm-linux-gnueabi', 'gcc-4.4-arm-linux-gnueabi', 'g++-4.4-arm-linux-gnueabi', 'gdb-arm-linux-gnueabi' ]: - ensure => installed, + ensure => installed, + require => Apt::Sources_list['emdebian.list'], } } |