update tons of modules, nginx is behaving very weirdly
This commit is contained in:
parent
e93eb3c83b
commit
64fe0a9d7e
10 changed files with 21 additions and 13 deletions
13
Puppetfile
13
Puppetfile
|
@ -7,12 +7,13 @@
|
|||
# Includes many of our custom types and providers, as well as global
|
||||
# config. Required.
|
||||
|
||||
mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen"
|
||||
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
|
||||
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
|
||||
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
|
||||
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
||||
mod "ruby", "0.0.5", :github_tarball => "boxen/puppet-ruby"
|
||||
mod "boxen", "0.0.11", :github_tarball => "boxen/puppet-boxen"
|
||||
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
|
||||
mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
|
||||
mod "nginx", "0.0.1", :github_tarball => "boxen/puppet-nginx"
|
||||
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
|
||||
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
||||
mod "ruby", "0.0.6", :github_tarball => "boxen/puppet-ruby"
|
||||
|
||||
# Core modules for a basic development environment.
|
||||
# You can replace some/most of those if you want, but it's not recommended.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-boxen
|
||||
specs:
|
||||
boxen (0.0.9)
|
||||
boxen (0.0.11)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-git
|
||||
|
@ -11,7 +11,7 @@ GITHUBTARBALL
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-homebrew
|
||||
specs:
|
||||
homebrew (0.0.3)
|
||||
homebrew (0.0.4)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-hub
|
||||
|
@ -23,6 +23,11 @@ GITHUBTARBALL
|
|||
specs:
|
||||
inifile (0.0.1)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-nginx
|
||||
specs:
|
||||
nginx (0.0.1)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-nodejs
|
||||
specs:
|
||||
|
@ -41,7 +46,7 @@ GITHUBTARBALL
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-ruby
|
||||
specs:
|
||||
ruby (0.0.5)
|
||||
ruby (0.0.6)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-sudo
|
||||
|
@ -49,14 +54,15 @@ GITHUBTARBALL
|
|||
sudo (0.0.1)
|
||||
|
||||
DEPENDENCIES
|
||||
boxen (= 0.0.9)
|
||||
boxen (= 0.0.11)
|
||||
git (= 0.0.2)
|
||||
homebrew (= 0.0.3)
|
||||
homebrew (= 0.0.4)
|
||||
hub (= 0.0.1)
|
||||
inifile (= 0.0.1)
|
||||
nginx (= 0.0.1)
|
||||
nodejs (= 0.0.1)
|
||||
nvm (= 0.0.5)
|
||||
rbenv (= 0.0.2)
|
||||
ruby (= 0.0.5)
|
||||
ruby (= 0.0.6)
|
||||
sudo (= 0.0.1)
|
||||
|
||||
|
|
|
@ -42,8 +42,9 @@ node default {
|
|||
# core modules, needed for most things
|
||||
include git
|
||||
include hub
|
||||
include rbenv
|
||||
include nginx
|
||||
include nvm
|
||||
include rbenv
|
||||
|
||||
# node versions
|
||||
include nodejs::0-6
|
||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nginx-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nginx-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue