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
|
@ -7,12 +7,13 @@
|
||||||
# Includes many of our custom types and providers, as well as global
|
# Includes many of our custom types and providers, as well as global
|
||||||
# config. Required.
|
# config. Required.
|
||||||
|
|
||||||
mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen"
|
mod "boxen", "0.0.11", :github_tarball => "boxen/puppet-boxen"
|
||||||
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
|
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
|
||||||
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
|
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 "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
|
||||||
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
||||||
mod "ruby", "0.0.5", :github_tarball => "boxen/puppet-ruby"
|
mod "ruby", "0.0.6", :github_tarball => "boxen/puppet-ruby"
|
||||||
|
|
||||||
# Core modules for a basic development environment.
|
# Core modules for a basic development environment.
|
||||||
# You can replace some/most of those if you want, but it's not recommended.
|
# You can replace some/most of those if you want, but it's not recommended.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-boxen
|
remote: boxen/puppet-boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (0.0.9)
|
boxen (0.0.11)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-git
|
remote: boxen/puppet-git
|
||||||
|
@ -11,7 +11,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-homebrew
|
remote: boxen/puppet-homebrew
|
||||||
specs:
|
specs:
|
||||||
homebrew (0.0.3)
|
homebrew (0.0.4)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-hub
|
remote: boxen/puppet-hub
|
||||||
|
@ -23,6 +23,11 @@ GITHUBTARBALL
|
||||||
specs:
|
specs:
|
||||||
inifile (0.0.1)
|
inifile (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-nginx
|
||||||
|
specs:
|
||||||
|
nginx (0.0.1)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nodejs
|
remote: boxen/puppet-nodejs
|
||||||
specs:
|
specs:
|
||||||
|
@ -41,7 +46,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-ruby
|
remote: boxen/puppet-ruby
|
||||||
specs:
|
specs:
|
||||||
ruby (0.0.5)
|
ruby (0.0.6)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-sudo
|
remote: boxen/puppet-sudo
|
||||||
|
@ -49,14 +54,15 @@ GITHUBTARBALL
|
||||||
sudo (0.0.1)
|
sudo (0.0.1)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 0.0.9)
|
boxen (= 0.0.11)
|
||||||
git (= 0.0.2)
|
git (= 0.0.2)
|
||||||
homebrew (= 0.0.3)
|
homebrew (= 0.0.4)
|
||||||
hub (= 0.0.1)
|
hub (= 0.0.1)
|
||||||
inifile (= 0.0.1)
|
inifile (= 0.0.1)
|
||||||
|
nginx (= 0.0.1)
|
||||||
nodejs (= 0.0.1)
|
nodejs (= 0.0.1)
|
||||||
nvm (= 0.0.5)
|
nvm (= 0.0.5)
|
||||||
rbenv (= 0.0.2)
|
rbenv (= 0.0.2)
|
||||||
ruby (= 0.0.5)
|
ruby (= 0.0.6)
|
||||||
sudo (= 0.0.1)
|
sudo (= 0.0.1)
|
||||||
|
|
||||||
|
|
|
@ -42,8 +42,9 @@ node default {
|
||||||
# core modules, needed for most things
|
# core modules, needed for most things
|
||||||
include git
|
include git
|
||||||
include hub
|
include hub
|
||||||
include rbenv
|
include nginx
|
||||||
include nvm
|
include nvm
|
||||||
|
include rbenv
|
||||||
|
|
||||||
# node versions
|
# node versions
|
||||||
include nodejs::0-6
|
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