update puppet-boxen for projects::all action 💥

This commit is contained in:
Will Farrington 2012-10-07 14:58:24 -10:00
parent 6dd7434fdc
commit c0f26dfc56
5 changed files with 6 additions and 3 deletions

View file

@ -10,7 +10,7 @@
# Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended.
mod "boxen", "0.0.18", :github_tarball => "boxen/puppet-boxen"
mod "boxen", "0.0.20", :github_tarball => "boxen/puppet-boxen"
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git"
mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub"

View file

@ -1,7 +1,7 @@
GITHUBTARBALL
remote: boxen/puppet-boxen
specs:
boxen (0.0.18)
boxen (0.0.20)
GITHUBTARBALL
remote: boxen/puppet-dnsmasq
@ -64,7 +64,7 @@ GITHUBTARBALL
stdlib (3.0.0)
DEPENDENCIES
boxen (= 0.0.18)
boxen (= 0.0.20)
dnsmasq (= 0.0.1)
git (= 0.0.2.4)
homebrew (= 0.0.8)

View file

@ -0,0 +1,3 @@
class projects::all {
include_all_projects()
}

Binary file not shown.