update puppet-boxen and puppet-git for credential helper
This commit is contained in:
parent
8f53cca9a7
commit
1fa1b0b30a
6 changed files with 12 additions and 12 deletions
16
Puppetfile
16
Puppetfile
|
@ -7,14 +7,14 @@
|
||||||
# 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.12", :github_tarball => "boxen/puppet-boxen"
|
mod "boxen", "0.0.13", :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", :github_tarball => "boxen/puppet-git"
|
mod "git", "0.0.2.1", :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.2", :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.8", :github_tarball => "boxen/puppet-ruby"
|
mod "ruby", "0.0.8", :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.12)
|
boxen (0.0.13)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-dnsmasq
|
remote: boxen/puppet-dnsmasq
|
||||||
|
@ -11,7 +11,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-git
|
remote: boxen/puppet-git
|
||||||
specs:
|
specs:
|
||||||
git (0.0.2)
|
git (0.0.2.1)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-homebrew
|
remote: boxen/puppet-homebrew
|
||||||
|
@ -59,9 +59,9 @@ GITHUBTARBALL
|
||||||
sudo (0.0.1)
|
sudo (0.0.1)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 0.0.12)
|
boxen (= 0.0.13)
|
||||||
dnsmasq (= 0.0.1)
|
dnsmasq (= 0.0.1)
|
||||||
git (= 0.0.2)
|
git (= 0.0.2.1)
|
||||||
homebrew (= 0.0.4)
|
homebrew (= 0.0.4)
|
||||||
hub (= 0.0.1)
|
hub (= 0.0.1)
|
||||||
inifile (= 0.0.1)
|
inifile (= 0.0.1)
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.12.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.12.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.13.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.13.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
vendored
Binary file not shown.
Loading…
Reference in a new issue