summaryrefslogtreecommitdiff
path: root/cookbooks
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-05-13 11:35:55 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-05-13 11:35:55 +0300
commit16e3abada49b5a97ff94e2afeacebad459f9f214 (patch)
treecd0294903e913e341b8bc4677de9723c3ca8a248 /cookbooks
parent7439ea728fac777596b99ec83da6903010c4c291 (diff)
Initial chef provisioning
Diffstat (limited to 'cookbooks')
-rw-r--r--cookbooks/gnuradio/recipes/default.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/cookbooks/gnuradio/recipes/default.rb b/cookbooks/gnuradio/recipes/default.rb
new file mode 100644
index 0000000..e97c5fc
--- /dev/null
+++ b/cookbooks/gnuradio/recipes/default.rb
@@ -0,0 +1,3 @@
+package 'build-essential'
+package 'git'
+package 'subversion'