Skip to content

Commit

Permalink
update puppet-boxen and puppet-git for credential helper
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Oct 5, 2012
1 parent 8f53cca commit 1fa1b0b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# Includes many of our custom types and providers, as well as global
# config. Required.

mod "boxen", "0.0.12", :github_tarball => "boxen/puppet-boxen"
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby"
mod "boxen", "0.0.13", :github_tarball => "boxen/puppet-boxen"
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
mod "git", "0.0.2.1", :github_tarball => "boxen/puppet-git"
mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby"

# Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended.
Expand Down
8 changes: 4 additions & 4 deletions Puppetfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GITHUBTARBALL
remote: boxen/puppet-boxen
specs:
boxen (0.0.12)
boxen (0.0.13)

GITHUBTARBALL
remote: boxen/puppet-dnsmasq
Expand All @@ -11,7 +11,7 @@ GITHUBTARBALL
GITHUBTARBALL
remote: boxen/puppet-git
specs:
git (0.0.2)
git (0.0.2.1)

GITHUBTARBALL
remote: boxen/puppet-homebrew
Expand Down Expand Up @@ -59,9 +59,9 @@ GITHUBTARBALL
sudo (0.0.1)

DEPENDENCIES
boxen (= 0.0.12)
boxen (= 0.0.13)
dnsmasq (= 0.0.1)
git (= 0.0.2)
git (= 0.0.2.1)
homebrew (= 0.0.4)
hub (= 0.0.1)
inifile (= 0.0.1)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
Binary file not shown.

0 comments on commit 1fa1b0b

Please sign in to comment.