fix nginx with a version bump on the module
This commit is contained in:
parent
64fe0a9d7e
commit
3fdab66c47
4 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
mod "boxen", "0.0.11", :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.4", :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 "nginx", "0.0.2", :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.6", :github_tarball => "boxen/puppet-ruby"
|
mod "ruby", "0.0.6", :github_tarball => "boxen/puppet-ruby"
|
||||||
|
|
|
@ -26,7 +26,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nginx
|
remote: boxen/puppet-nginx
|
||||||
specs:
|
specs:
|
||||||
nginx (0.0.1)
|
nginx (0.0.2)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nodejs
|
remote: boxen/puppet-nodejs
|
||||||
|
@ -59,7 +59,7 @@ DEPENDENCIES
|
||||||
homebrew (= 0.0.4)
|
homebrew (= 0.0.4)
|
||||||
hub (= 0.0.1)
|
hub (= 0.0.1)
|
||||||
inifile (= 0.0.1)
|
inifile (= 0.0.1)
|
||||||
nginx (= 0.0.1)
|
nginx (= 0.0.2)
|
||||||
nodejs (= 0.0.1)
|
nodejs (= 0.0.1)
|
||||||
nvm (= 0.0.5)
|
nvm (= 0.0.5)
|
||||||
rbenv (= 0.0.2)
|
rbenv (= 0.0.2)
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-nginx-0.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-nginx-0.0.1.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nginx-0.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nginx-0.0.2.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue