Fix issues preventing installs
This commit is contained in:
parent
ba3fdd142f
commit
7028352103
5 changed files with 367 additions and 2 deletions
93
Gemfile.lock
Normal file
93
Gemfile.lock
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
addressable (2.3.6)
|
||||||
|
ansi (1.4.3)
|
||||||
|
aws-sdk (1.40.1)
|
||||||
|
json (~> 1.4)
|
||||||
|
nokogiri (>= 1.4.4)
|
||||||
|
boxen (2.5.0)
|
||||||
|
ansi (~> 1.4)
|
||||||
|
hiera (~> 1.0)
|
||||||
|
highline (~> 1.6)
|
||||||
|
json_pure (>= 1.7.7, < 2.0)
|
||||||
|
librarian-puppet (~> 0.9.10)
|
||||||
|
octokit (~> 2.7, >= 2.7.1)
|
||||||
|
puppet (~> 3.0)
|
||||||
|
builder (3.2.2)
|
||||||
|
deep_merge (1.0.1)
|
||||||
|
diff-lcs (1.2.5)
|
||||||
|
facter (1.7.5)
|
||||||
|
faraday (0.9.0)
|
||||||
|
multipart-post (>= 1.2, < 3)
|
||||||
|
hiera (1.3.2)
|
||||||
|
json_pure
|
||||||
|
highline (1.6.21)
|
||||||
|
json (1.8.1)
|
||||||
|
json_pure (1.8.1)
|
||||||
|
librarian (0.1.2)
|
||||||
|
highline
|
||||||
|
thor (~> 0.15)
|
||||||
|
librarian-puppet (0.9.17)
|
||||||
|
json
|
||||||
|
librarian (>= 0.1.2)
|
||||||
|
metaclass (0.0.4)
|
||||||
|
mini_portile (0.5.3)
|
||||||
|
mocha (1.0.0)
|
||||||
|
metaclass (~> 0.0.1)
|
||||||
|
multipart-post (2.0.0)
|
||||||
|
net-ssh (2.9.0)
|
||||||
|
nokogiri (1.6.2)
|
||||||
|
mini_portile (~> 0.5.2)
|
||||||
|
octokit (2.7.2)
|
||||||
|
sawyer (~> 0.5.2)
|
||||||
|
open4 (1.3.3)
|
||||||
|
puppet (3.4.3)
|
||||||
|
facter (~> 1.6)
|
||||||
|
hiera (~> 1.0)
|
||||||
|
rgen (~> 0.6.5)
|
||||||
|
puppet-lint (0.3.2)
|
||||||
|
puppetlabs_spec_helper (0.4.1)
|
||||||
|
mocha (>= 0.10.5)
|
||||||
|
rake
|
||||||
|
rspec (>= 2.9.0)
|
||||||
|
rspec-puppet (>= 0.1.1)
|
||||||
|
rake (10.1.1)
|
||||||
|
rbvmomi (1.8.1)
|
||||||
|
builder
|
||||||
|
nokogiri (>= 1.4.1)
|
||||||
|
trollop
|
||||||
|
rgen (0.6.6)
|
||||||
|
rspec (2.14.1)
|
||||||
|
rspec-core (~> 2.14.0)
|
||||||
|
rspec-expectations (~> 2.14.0)
|
||||||
|
rspec-mocks (~> 2.14.0)
|
||||||
|
rspec-core (2.14.8)
|
||||||
|
rspec-expectations (2.14.5)
|
||||||
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
|
rspec-mocks (2.14.6)
|
||||||
|
rspec-puppet (1.0.1)
|
||||||
|
rspec
|
||||||
|
sawyer (0.5.4)
|
||||||
|
addressable (~> 2.3.5)
|
||||||
|
faraday (~> 0.8, < 0.10)
|
||||||
|
thor (0.19.1)
|
||||||
|
trollop (2.0)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
aws-sdk (~> 1.37)
|
||||||
|
boxen (~> 2.5)
|
||||||
|
deep_merge (~> 1.0)
|
||||||
|
hiera (~> 1.3.2)
|
||||||
|
librarian-puppet (~> 0.9.14)
|
||||||
|
net-ssh
|
||||||
|
open4 (~> 1.3.3)
|
||||||
|
puppet (= 3.4.3)
|
||||||
|
puppet-lint (= 0.3.2)
|
||||||
|
puppetlabs_spec_helper (= 0.4.1)
|
||||||
|
rake (= 10.1.1)
|
||||||
|
rbvmomi
|
||||||
|
rspec-puppet (= 1.0.1)
|
|
@ -41,9 +41,9 @@ github "module-data", "0.0.3", :repo => "ripienaar/puppet-module-data"
|
||||||
github "dnsmasq", "1.0.1"
|
github "dnsmasq", "1.0.1"
|
||||||
github "foreman", "1.2.0"
|
github "foreman", "1.2.0"
|
||||||
github "gcc", "2.0.100"
|
github "gcc", "2.0.100"
|
||||||
github "git", "2.3.0"
|
github "git", "2.3.1"
|
||||||
github "go", "1.1.0"
|
github "go", "1.1.0"
|
||||||
github "homebrew", "1.6.2"
|
github "homebrew", "1.9.2"
|
||||||
github "hub", "1.3.0"
|
github "hub", "1.3.0"
|
||||||
github "inifile", "1.0.3", :repo => "puppetlabs/puppetlabs-inifile"
|
github "inifile", "1.0.3", :repo => "puppetlabs/puppetlabs-inifile"
|
||||||
github "nginx", "1.4.3"
|
github "nginx", "1.4.3"
|
||||||
|
|
272
Puppetfile.lock
Normal file
272
Puppetfile.lock
Normal file
|
@ -0,0 +1,272 @@
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: atomaka/puppet-whatpulse
|
||||||
|
specs:
|
||||||
|
whatpulse (0.1.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-adium
|
||||||
|
specs:
|
||||||
|
adium (1.2.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-alfred
|
||||||
|
specs:
|
||||||
|
alfred (1.1.7)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-boxen
|
||||||
|
specs:
|
||||||
|
boxen (3.4.2)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-caffeine
|
||||||
|
specs:
|
||||||
|
caffeine (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-chrome
|
||||||
|
specs:
|
||||||
|
chrome (1.1.2)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-dnsmasq
|
||||||
|
specs:
|
||||||
|
dnsmasq (1.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-dropbox
|
||||||
|
specs:
|
||||||
|
dropbox (1.2.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-firefox
|
||||||
|
specs:
|
||||||
|
firefox (1.1.5)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-flux
|
||||||
|
specs:
|
||||||
|
flux (1.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-foreman
|
||||||
|
specs:
|
||||||
|
foreman (1.2.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-gcc
|
||||||
|
specs:
|
||||||
|
gcc (2.0.100)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-git
|
||||||
|
specs:
|
||||||
|
git (2.3.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-go
|
||||||
|
specs:
|
||||||
|
go (1.1.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-heroku
|
||||||
|
specs:
|
||||||
|
heroku (2.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-homebrew
|
||||||
|
specs:
|
||||||
|
homebrew (1.9.2)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-hub
|
||||||
|
specs:
|
||||||
|
hub (1.3.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-iterm2
|
||||||
|
specs:
|
||||||
|
iterm2 (1.0.4)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-league_of_legends
|
||||||
|
specs:
|
||||||
|
league_of_legends (1.1.2)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-libreoffice
|
||||||
|
specs:
|
||||||
|
libreoffice (4.1.3)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-nginx
|
||||||
|
specs:
|
||||||
|
nginx (1.4.3)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-nodejs
|
||||||
|
specs:
|
||||||
|
nodejs (3.7.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-openssl
|
||||||
|
specs:
|
||||||
|
openssl (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-osx
|
||||||
|
specs:
|
||||||
|
osx (2.2.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-phantomjs
|
||||||
|
specs:
|
||||||
|
phantomjs (2.3.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-pkgconfig
|
||||||
|
specs:
|
||||||
|
pkgconfig (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-python
|
||||||
|
specs:
|
||||||
|
python (1.1.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-qt
|
||||||
|
specs:
|
||||||
|
qt (1.1.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-repository
|
||||||
|
specs:
|
||||||
|
repository (2.3.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-ruby
|
||||||
|
specs:
|
||||||
|
ruby (7.3.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-skype
|
||||||
|
specs:
|
||||||
|
skype (1.0.7)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-spotify
|
||||||
|
specs:
|
||||||
|
spotify (1.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-sublime_text_2
|
||||||
|
specs:
|
||||||
|
sublime_text_2 (1.1.2)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-sudo
|
||||||
|
specs:
|
||||||
|
sudo (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-tmux
|
||||||
|
specs:
|
||||||
|
tmux (1.0.2)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-tunnelblick
|
||||||
|
specs:
|
||||||
|
tunnelblick (1.0.4)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-vagrant
|
||||||
|
specs:
|
||||||
|
vagrant (3.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-virtualbox
|
||||||
|
specs:
|
||||||
|
virtualbox (1.0.9)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-vlc
|
||||||
|
specs:
|
||||||
|
vlc (1.0.5)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-wget
|
||||||
|
specs:
|
||||||
|
wget (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-xquartz
|
||||||
|
specs:
|
||||||
|
xquartz (1.1.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-zsh
|
||||||
|
specs:
|
||||||
|
zsh (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: puppetlabs/puppetlabs-inifile
|
||||||
|
specs:
|
||||||
|
inifile (1.0.3)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: puppetlabs/puppetlabs-stdlib
|
||||||
|
specs:
|
||||||
|
stdlib (4.1.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: ripienaar/puppet-module-data
|
||||||
|
specs:
|
||||||
|
module-data (0.0.3)
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
adium (= 1.2.0)
|
||||||
|
alfred (= 1.1.7)
|
||||||
|
boxen (= 3.4.2)
|
||||||
|
caffeine (= 1.0.0)
|
||||||
|
chrome (= 1.1.2)
|
||||||
|
dnsmasq (= 1.0.1)
|
||||||
|
dropbox (= 1.2.0)
|
||||||
|
firefox (= 1.1.5)
|
||||||
|
flux (= 1.0.1)
|
||||||
|
foreman (= 1.2.0)
|
||||||
|
gcc (= 2.0.100)
|
||||||
|
git (= 2.3.1)
|
||||||
|
go (= 1.1.0)
|
||||||
|
heroku (= 2.0.0)
|
||||||
|
homebrew (= 1.9.2)
|
||||||
|
hub (= 1.3.0)
|
||||||
|
inifile (= 1.0.3)
|
||||||
|
iterm2 (= 1.0.4)
|
||||||
|
league_of_legends (= 1.1.2)
|
||||||
|
libreoffice (= 4.1.3)
|
||||||
|
module-data (= 0.0.3)
|
||||||
|
nginx (= 1.4.3)
|
||||||
|
nodejs (= 3.7.0)
|
||||||
|
openssl (= 1.0.0)
|
||||||
|
osx (= 2.2.0)
|
||||||
|
phantomjs (= 2.3.0)
|
||||||
|
pkgconfig (= 1.0.0)
|
||||||
|
python (= 1.1.1)
|
||||||
|
qt (= 1.1.0)
|
||||||
|
repository (= 2.3.0)
|
||||||
|
ruby (= 7.3.0)
|
||||||
|
skype (= 1.0.7)
|
||||||
|
spotify (= 1.0.1)
|
||||||
|
stdlib (= 4.1.0)
|
||||||
|
sublime_text_2 (= 1.1.2)
|
||||||
|
sudo (= 1.0.0)
|
||||||
|
tmux (= 1.0.2)
|
||||||
|
tunnelblick (= 1.0.4)
|
||||||
|
vagrant (= 3.0.0)
|
||||||
|
virtualbox (= 1.0.9)
|
||||||
|
vlc (= 1.0.5)
|
||||||
|
wget (= 1.0.0)
|
||||||
|
whatpulse (= 0.1.1)
|
||||||
|
xquartz (= 1.1.1)
|
||||||
|
zsh (= 1.0.0)
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-git-2.3.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-git-2.3.0.tar.gz
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue