backport a ton from github
This commit is contained in:
parent
1700876d9e
commit
f8640b7709
12 changed files with 18 additions and 8 deletions
|
@ -8,7 +8,7 @@ GEM
|
|||
json (~> 1.4)
|
||||
nokogiri (>= 1.4.4)
|
||||
uuidtools (~> 2.1)
|
||||
boxen (0.4.0)
|
||||
boxen (0.4.1)
|
||||
ansi (~> 1.4)
|
||||
hiera (~> 1.0.0)
|
||||
highline (~> 1.6)
|
||||
|
@ -29,7 +29,7 @@ GEM
|
|||
multi_xml
|
||||
json (1.7.5)
|
||||
json_pure (1.7.5)
|
||||
librarian-puppet (0.9.6)
|
||||
librarian-puppet (0.9.7)
|
||||
json_pure
|
||||
puppet
|
||||
thor (~> 0.15)
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
# 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.26", :github_tarball => "boxen/puppet-boxen"
|
||||
mod "boxen", "0.0.27", :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"
|
||||
mod "homebrew", "0.0.9", :github_tarball => "boxen/puppet-homebrew"
|
||||
mod "homebrew", "0.0.14", :github_tarball => "boxen/puppet-homebrew"
|
||||
mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile"
|
||||
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
|
||||
mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-boxen
|
||||
specs:
|
||||
boxen (0.0.26)
|
||||
boxen (0.0.27)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-dnsmasq
|
||||
|
@ -16,7 +16,7 @@ GITHUBTARBALL
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-homebrew
|
||||
specs:
|
||||
homebrew (0.0.9)
|
||||
homebrew (0.0.14)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-hub
|
||||
|
@ -64,10 +64,10 @@ GITHUBTARBALL
|
|||
stdlib (3.0.0)
|
||||
|
||||
DEPENDENCIES
|
||||
boxen (= 0.0.26)
|
||||
boxen (= 0.0.27)
|
||||
dnsmasq (= 0.0.1)
|
||||
git (= 0.0.2.4)
|
||||
homebrew (= 0.0.9)
|
||||
homebrew (= 0.0.14)
|
||||
hub (= 0.0.1)
|
||||
inifile (= 0.0.1)
|
||||
nginx (= 0.0.2)
|
||||
|
|
|
@ -14,6 +14,11 @@ Exec {
|
|||
'/usr/sbin',
|
||||
'/sbin'
|
||||
]
|
||||
|
||||
environment => [
|
||||
"HOMEBREW_CACHE=${homebrew::cachedir}",
|
||||
"HOME=/Users/${::luser}"
|
||||
]
|
||||
}
|
||||
|
||||
File {
|
||||
|
@ -70,4 +75,9 @@ node default {
|
|||
'gnu-tar'
|
||||
]:
|
||||
}
|
||||
|
||||
file { "${boxen::config::srcdir}/our-boxen":
|
||||
ensure => link,
|
||||
target => $boxen::config::repodir
|
||||
}
|
||||
}
|
||||
|
|
BIN
vendor/cache/boxen-0.4.0.gem
vendored
BIN
vendor/cache/boxen-0.4.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/boxen-0.4.1.gem
vendored
Normal file
BIN
vendor/cache/boxen-0.4.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/librarian-puppet-0.9.6.gem
vendored
BIN
vendor/cache/librarian-puppet-0.9.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/librarian-puppet-0.9.7.gem
vendored
Normal file
BIN
vendor/cache/librarian-puppet-0.9.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.26.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.26.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.14.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.14.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue