upgrade puppet-boxen to get global boxen bin, fixes #6
This commit is contained in:
parent
964e44b48f
commit
bf2e292ced
4 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# 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.13", :github_tarball => "boxen/puppet-boxen"
|
mod "boxen", "0.0.14", :github_tarball => "boxen/puppet-boxen"
|
||||||
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
|
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
|
||||||
mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git"
|
mod "git", "0.0.2.4", :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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-boxen
|
remote: boxen/puppet-boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (0.0.13)
|
boxen (0.0.14)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-dnsmasq
|
remote: boxen/puppet-dnsmasq
|
||||||
|
@ -59,7 +59,7 @@ GITHUBTARBALL
|
||||||
sudo (0.0.1)
|
sudo (0.0.1)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 0.0.13)
|
boxen (= 0.0.14)
|
||||||
dnsmasq (= 0.0.1)
|
dnsmasq (= 0.0.1)
|
||||||
git (= 0.0.2.4)
|
git (= 0.0.2.4)
|
||||||
homebrew (= 0.0.4)
|
homebrew (= 0.0.4)
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.13.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.13.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.14.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.14.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue