bump puppet-boxen to got boxen::repo to handle the repo clone

This commit is contained in:
Will Farrington 2012-10-05 12:04:04 -10:00
parent 77d8c3d6fa
commit 584076ffc8
5 changed files with 3 additions and 9 deletions

View file

@ -7,7 +7,7 @@
# Includes many of our custom types and providers, as well as global
# config. Required.
mod "boxen", "0.0.15", :github_tarball => "boxen/puppet-boxen"
mod "boxen", "0.0.16", :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 "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"

View file

@ -1,7 +1,7 @@
GITHUBTARBALL
remote: boxen/puppet-boxen
specs:
boxen (0.0.15)
boxen (0.0.16)
GITHUBTARBALL
remote: boxen/puppet-dnsmasq
@ -59,7 +59,7 @@ GITHUBTARBALL
sudo (0.0.1)
DEPENDENCIES
boxen (= 0.0.15)
boxen (= 0.0.16)
dnsmasq (= 0.0.1)
git (= 0.0.2.4)
homebrew (= 0.0.4)

View file

@ -52,12 +52,6 @@ node default {
fail('Please enable full disk encryption and try again')
}
# Setup real clone of our-boxen and link into BOXEN_HOME
repository { "${::boxen_home}/repo":
ensure => present,
source => 'boxen/our-boxen'
}
# node versions
include nodejs::0-4
include nodejs::0-6

Binary file not shown.