bump puppet-boxen to got boxen::repo to handle the repo clone
This commit is contained in:
parent
77d8c3d6fa
commit
584076ffc8
5 changed files with 3 additions and 9 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.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 "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.15)
|
boxen (0.0.16)
|
||||||
|
|
||||||
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.15)
|
boxen (= 0.0.16)
|
||||||
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)
|
||||||
|
|
|
@ -52,12 +52,6 @@ node default {
|
||||||
fail('Please enable full disk encryption and try again')
|
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
|
# node versions
|
||||||
include nodejs::0-4
|
include nodejs::0-4
|
||||||
include nodejs::0-6
|
include nodejs::0-6
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.15.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.15.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue