Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-salty committed Oct 26, 2015
2 parents d9ed338 + 3434490 commit 4645301
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://api.berkshelf.com'
cookbook 'apt', '~> 2.3'
cookbook 'yum-epel', '~> 0.3'

cookbook 'omnibus'
cookbook 'omnibus', '2.6.8'

# Uncomment to use the latest version of the Omnibus cookbook from GitHub
# cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'
24 changes: 12 additions & 12 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
DEPENDENCIES
apt (~> 2.3)
omnibus
omnibus (= 2.6.8)
yum-epel (~> 0.3)

GRAPH
7-zip (1.0.2)
windows (>= 1.2.2)
apt (2.6.1)
build-essential (2.1.3)
chef-sugar (2.5.0)
chef_handler (1.1.6)
homebrew (1.12.0)
apt (2.7.0)
build-essential (2.2.3)
chef-sugar (3.1.1)
chef_handler (1.2.0)
homebrew (1.13.0)
build-essential (>= 2.1.2)
omnibus (2.5.2)
omnibus (2.6.8)
7-zip (~> 1.0)
build-essential (~> 2.0)
chef-sugar (~> 2.0)
chef-sugar (~> 3.0)
homebrew (~> 1.9)
windows (~> 1.30)
wix (~> 1.1)
windows (1.36.1)
windows (1.37.0)
chef_handler (>= 0.0.0)
wix (1.1.0)
windows (>= 1.2.2)
yum (3.5.2)
yum-epel (0.6.0)
yum (~> 3.0)
yum (3.6.3)
yum-epel (0.6.2)
yum (~> 3.2)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,7 @@ $ bundle exec kitchen login default-ubuntu-1204

For a complete list of all commands and platforms, run `kitchen list` or
`kitchen help`.

# License

Treasure Agent package is released under the Apache2 license.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Vagrant.configure('2') do |config|
ubuntu-14.04
debian-6.0.10
debian-7.7
debian-8.1
centos-5.11
centos-5.11-i386
centos-6.6
Expand Down
1 change: 1 addition & 0 deletions bin/pkg_build
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ end

unless ARGV.include?('--without-debian')
platforms += [
"debian-8.1",
"debian-7.7",
"debian-6.0.10"
]
Expand Down

0 comments on commit 4645301

Please sign in to comment.