summaryrefslogtreecommitdiff
path: root/omnibus/Berksfile
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/Berksfile')
-rw-r--r--omnibus/Berksfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/omnibus/Berksfile b/omnibus/Berksfile
new file mode 100644
index 0000000000..acf0fa7389
--- /dev/null
+++ b/omnibus/Berksfile
@@ -0,0 +1,12 @@
+source 'https://api.berkshelf.com'
+
+cookbook 'omnibus'
+
+# Uncomment to use the latest version of the Omnibus cookbook from GitHub
+# cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'
+
+group :integration do
+ cookbook 'apt', '~> 2.3'
+ cookbook 'freebsd', '~> 0.1'
+ cookbook 'yum-epel', '~> 0.3'
+end