Bump modules
This commit is contained in:
parent
ccc38151af
commit
8088edd47f
11 changed files with 16 additions and 16 deletions
|
@ -13,7 +13,7 @@ end
|
||||||
# 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.
|
||||||
|
|
||||||
github "boxen", "1.0.2"
|
github "boxen", "1.2.0"
|
||||||
|
|
||||||
# Core modules for a basic development environment. You can replace
|
# Core modules for a basic development environment. You can replace
|
||||||
# some/most of these if you want, but it's not recommended.
|
# some/most of these if you want, but it's not recommended.
|
||||||
|
@ -21,13 +21,13 @@ github "boxen", "1.0.2"
|
||||||
github "dnsmasq", "1.0.0"
|
github "dnsmasq", "1.0.0"
|
||||||
github "gcc", "1.0.0"
|
github "gcc", "1.0.0"
|
||||||
github "git", "1.0.0"
|
github "git", "1.0.0"
|
||||||
github "homebrew", "1.0.0"
|
github "homebrew", "1.1.0"
|
||||||
github "hub", "1.0.0"
|
github "hub", "1.0.0"
|
||||||
github "inifile", "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile"
|
github "inifile", "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile"
|
||||||
github "nginx", "1.0.0"
|
github "nginx", "1.1.0"
|
||||||
github "nodejs", "1.0.0"
|
github "nodejs", "1.0.0"
|
||||||
github "nvm", "1.0.0"
|
github "nvm", "1.0.0"
|
||||||
github "ruby", "1.0.0"
|
github "ruby", "3.1.0"
|
||||||
github "stdlib", "3.0.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
github "stdlib", "3.0.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||||
github "sudo", "1.0.0"
|
github "sudo", "1.0.0"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-boxen
|
remote: boxen/puppet-boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (1.0.2)
|
boxen (1.2.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-dnsmasq
|
remote: boxen/puppet-dnsmasq
|
||||||
|
@ -21,7 +21,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-homebrew
|
remote: boxen/puppet-homebrew
|
||||||
specs:
|
specs:
|
||||||
homebrew (1.0.0)
|
homebrew (1.1.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-hub
|
remote: boxen/puppet-hub
|
||||||
|
@ -31,7 +31,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nginx
|
remote: boxen/puppet-nginx
|
||||||
specs:
|
specs:
|
||||||
nginx (1.0.0)
|
nginx (1.1.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nodejs
|
remote: boxen/puppet-nodejs
|
||||||
|
@ -46,7 +46,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-ruby
|
remote: boxen/puppet-ruby
|
||||||
specs:
|
specs:
|
||||||
ruby (1.0.0)
|
ruby (3.1.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-sudo
|
remote: boxen/puppet-sudo
|
||||||
|
@ -64,17 +64,17 @@ GITHUBTARBALL
|
||||||
stdlib (3.0.0)
|
stdlib (3.0.0)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 1.0.2)
|
boxen (= 1.2.0)
|
||||||
dnsmasq (= 1.0.0)
|
dnsmasq (= 1.0.0)
|
||||||
gcc (= 1.0.0)
|
gcc (= 1.0.0)
|
||||||
git (= 1.0.0)
|
git (= 1.0.0)
|
||||||
homebrew (= 1.0.0)
|
homebrew (= 1.1.0)
|
||||||
hub (= 1.0.0)
|
hub (= 1.0.0)
|
||||||
inifile (= 0.9.0)
|
inifile (= 0.9.0)
|
||||||
nginx (= 1.0.0)
|
nginx (= 1.1.0)
|
||||||
nodejs (= 1.0.0)
|
nodejs (= 1.0.0)
|
||||||
nvm (= 1.0.0)
|
nvm (= 1.0.0)
|
||||||
ruby (= 1.0.0)
|
ruby (= 3.1.0)
|
||||||
stdlib (= 3.0.0)
|
stdlib (= 3.0.0)
|
||||||
sudo (= 1.0.0)
|
sudo (= 1.0.0)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
upstream <%= name %>.dev {
|
upstream <%= server_name %> {
|
||||||
server unix:<%= scope.lookupvar "boxen::config::socketdir" %>/<%= name %>;
|
server unix:<%= scope.lookupvar "boxen::config::socketdir" %>/<%= name %>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,14 +6,14 @@ server {
|
||||||
access_log <%= scope.lookupvar "nginx::config::logdir" %>/<%= name %>.access.log main;
|
access_log <%= scope.lookupvar "nginx::config::logdir" %>/<%= name %>.access.log main;
|
||||||
listen 80;
|
listen 80;
|
||||||
root <%= scope.lookupvar "boxen::config::srcdir" %>/<%= name %>/public;
|
root <%= scope.lookupvar "boxen::config::srcdir" %>/<%= name %>/public;
|
||||||
server_name <%= name %>.dev;
|
server_name <%= server_name %>;
|
||||||
|
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
|
|
||||||
if ($host ~* "www") {
|
if ($host ~* "www") {
|
||||||
rewrite ^(.*)$ http://<%= name %>.dev$1 permanent;
|
rewrite ^(.*)$ http://<%= server_name %>$1 permanent;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!-f $request_filename) {
|
if (!-f $request_filename) {
|
||||||
proxy_pass http://<%= name %>.dev;
|
proxy_pass http://<%= server_name %>;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-1.0.2.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-1.0.2.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-1.2.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-1.2.0.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-1.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-1.1.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.0.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.0.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.1.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-1.0.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-1.0.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-3.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-3.1.0.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue