summaryrefslogtreecommitdiff
path: root/Berksfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-16 15:44:11 -0600
committermo khan <mo.khan@gmail.com>2020-06-16 15:44:11 -0600
commit9a9149ebfae6fc6e1488bc281396b2c8cd544487 (patch)
tree2391b24f750e86cce822d44fae8a805d0353f761 /Berksfile
initial commit
Diffstat (limited to 'Berksfile')
-rw-r--r--Berksfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Berksfile b/Berksfile
new file mode 100644
index 0000000..acac58e
--- /dev/null
+++ b/Berksfile
@@ -0,0 +1,12 @@
+source 'https://supermarket.chef.io'
+
+cookbook 'omnibus'
+
+# Uncomment to use the latest version of the Omnibus cookbook from GitHub
+# cookbook 'omnibus', github: 'chef-cookbooks/omnibus'
+
+group :integration do
+ cookbook 'apt', '~> 2.8'
+ cookbook 'freebsd', '~> 0.3'
+ cookbook 'yum-epel', '~> 0.6'
+end