Skip to content

Commit

Permalink
Adding Berkshelf management.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnabutovsky committed Dec 30, 2013
1 parent cb7b902 commit f5a00ab
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
10 changes: 7 additions & 3 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
site :opscode

cookbook 'selenium-grid', :path => '.'

cookbook 'apt'
cookbook 'firefox'
cookbook 'xvfb'
cookbook 'x11vnc'
cookbook 'java'
cookbook 'windows', '1.11.0' #avoiding an annoying powershell dependency when doing linux installs

#Quoin Cookbooks
#cookbook 'quoin', :git => '[email protected]:quoin/quoin-cookbook.git'
cookbook 'quoin', :git => '[email protected]:quoin/quoin-cookbook.git'
cookbook 'x11vnc', :git => '[email protected]:quoin/x11vnc-cookbook.git'


23 changes: 15 additions & 8 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
{
"sources": {
"selenium-grid": {
"path": "."
},
"apt": {
"locked_version": "2.2.0"
},
"firefox": {
"locked_version": "1.0.7"
},
"xvfb": {
"locked_version": "0.0.1"
},
"x11vnc": {
"locked_version": "0.0.3"
},
"java": {
"locked_version": "1.15.0"
},
"windows": {
"locked_version": "1.11.0"
},
"chef_handler": {
"locked_version": "1.1.4"
"quoin": {
"locked_version": "0.1.0",
"git": "[email protected]:quoin/quoin-cookbook.git",
"ref": "5533cde6ee226b6c894701569f35a188676b7488"
},
"x11vnc": {
"locked_version": "0.2.0",
"git": "[email protected]:quoin/x11vnc-cookbook.git",
"ref": "bf890fbdddddf4e651988ca1c852ba149e301460"
},
"aws": {
"locked_version": "1.0.0"
},
"chef_handler": {
"locked_version": "1.1.4"
}
}
}

0 comments on commit f5a00ab

Please sign in to comment.