Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Update puppet-boxen and puppet-homebrew
Browse files Browse the repository at this point in the history
For usability and configuration improvements
  • Loading branch information
dgoodlad committed Dec 21, 2014
1 parent 00faaee commit a5f14f4
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 18 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "boxen", "~> 2.7.0"
gem "hiera", "~> 1.3.3"
gem "librarian-puppet", "~> 1.0.5"
gem "librarian-puppet", "~> 1.0.9"
gem "puppet", "3.7.1"
gem "puppet-lint", "0.3.2"
gem "puppetlabs_spec_helper", "0.4.1"
Expand All @@ -14,5 +14,4 @@ gem "deep_merge", "~> 1.0"
group :development do
gem "aws-sdk-core", "~> 2.0.11"
gem "net-ssh"
gem "rbvmomi"
end
11 changes: 1 addition & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ GEM
json
librarian (>= 0.1.2)
metaclass (0.0.4)
mini_portile (0.6.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-ssh (2.9.1)
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
octokit (2.7.2)
sawyer (~> 0.5.2)
open4 (1.3.4)
Expand All @@ -61,10 +58,6 @@ GEM
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.3.2)
rbvmomi (1.8.2)
builder
nokogiri (>= 1.4.1)
trollop
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand All @@ -83,7 +76,6 @@ GEM
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
thor (0.19.1)
trollop (2.0)

PLATFORMS
ruby
Expand All @@ -93,12 +85,11 @@ DEPENDENCIES
boxen (~> 2.7.0)
deep_merge (~> 1.0)
hiera (~> 1.3.3)
librarian-puppet (~> 1.0.5)
librarian-puppet (~> 1.0.9)
net-ssh
open4 (~> 1.3.4)
puppet (= 3.7.1)
puppet-lint (= 0.3.2)
puppetlabs_spec_helper (= 0.4.1)
rake (= 10.3.2)
rbvmomi
rspec-puppet (= 1.0.1)
4 changes: 2 additions & 2 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end
# Includes many of our custom types and providers, as well as global
# config. Required.

github "boxen", "3.7.0"
github "boxen", "3.10.0"

# Support for default hiera data in modules

Expand All @@ -43,7 +43,7 @@ github "foreman", "1.2.0"
github "gcc", "2.2.0"
github "git", "2.7.1"
github "go", "2.1.0"
github "homebrew", "1.9.8"
github "homebrew", "1.11.2"
github "hub", "1.3.0"
github "inifile", "1.1.1", :repo => "puppetlabs/puppetlabs-inifile"
github "nginx", "1.4.4"
Expand Down
8 changes: 4 additions & 4 deletions Puppetfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GITHUBTARBALL
remote: boxen/puppet-boxen
specs:
boxen (3.7.0)
boxen (3.10.0)

GITHUBTARBALL
remote: boxen/puppet-dnsmasq
Expand Down Expand Up @@ -31,7 +31,7 @@ GITHUBTARBALL
GITHUBTARBALL
remote: boxen/puppet-homebrew
specs:
homebrew (1.9.8)
homebrew (1.11.2)

GITHUBTARBALL
remote: boxen/puppet-hub
Expand Down Expand Up @@ -99,13 +99,13 @@ GITHUBTARBALL
module_data (0.0.3)

DEPENDENCIES
boxen (= 3.7.0)
boxen (= 3.10.0)
dnsmasq (= 2.0.1)
foreman (= 1.2.0)
gcc (= 2.2.0)
git (= 2.7.1)
go (= 2.1.0)
homebrew (= 1.9.8)
homebrew (= 1.11.2)
hub (= 1.3.0)
inifile (= 1.1.1)
module_data (= 0.0.3)
Expand Down
Binary file removed vendor/cache/trollop-2.0.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/puppet/cache/boxen-puppet-boxen-3.7.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a5f14f4

Please sign in to comment.