diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-26 13:29:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-26 13:29:47 -0300 |
commit | d1d236c0aef4c4257c6da269a906aea5adfc1e87 (patch) | |
tree | cdeac0d6e133b4c49eec72a234c802c62bf03087 | |
parent | 9c1cc23559ed277a8f86e28ee49c0682984283b6 (diff) | |
download | puppet-nodo-d1d236c0aef4c4257c6da269a906aea5adfc1e87.tar.gz puppet-nodo-d1d236c0aef4c4257c6da269a906aea5adfc1e87.tar.bz2 |
Adding nodo::utils::development::toolchain
-rw-r--r-- | manifests/utils/development/toolchain.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/development/toolchain.pp b/manifests/utils/development/toolchain.pp new file mode 100644 index 0000000..7b20c63 --- /dev/null +++ b/manifests/utils/development/toolchain.pp @@ -0,0 +1,5 @@ +class nodo::utils::development::toolchain { + package { [ 'emdebian-archive-keyring' ]: + ensure => installed, + } +} |