backport a ton from github

This commit is contained in:
Will Farrington 2012-10-18 18:15:57 -07:00
parent 1700876d9e
commit f8640b7709
12 changed files with 18 additions and 8 deletions

View file

@ -8,7 +8,7 @@ GEM
json (~> 1.4) json (~> 1.4)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
uuidtools (~> 2.1) uuidtools (~> 2.1)
boxen (0.4.0) boxen (0.4.1)
ansi (~> 1.4) ansi (~> 1.4)
hiera (~> 1.0.0) hiera (~> 1.0.0)
highline (~> 1.6) highline (~> 1.6)
@ -29,7 +29,7 @@ GEM
multi_xml multi_xml
json (1.7.5) json (1.7.5)
json_pure (1.7.5) json_pure (1.7.5)
librarian-puppet (0.9.6) librarian-puppet (0.9.7)
json_pure json_pure
puppet puppet
thor (~> 0.15) thor (~> 0.15)

View file

@ -10,11 +10,11 @@
# Core modules for a basic development environment. # Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended. # 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 "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 "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" 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 "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile"
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs" mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs"

View file

@ -1,7 +1,7 @@
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-boxen remote: boxen/puppet-boxen
specs: specs:
boxen (0.0.26) boxen (0.0.27)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-dnsmasq remote: boxen/puppet-dnsmasq
@ -16,7 +16,7 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-homebrew remote: boxen/puppet-homebrew
specs: specs:
homebrew (0.0.9) homebrew (0.0.14)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-hub remote: boxen/puppet-hub
@ -64,10 +64,10 @@ GITHUBTARBALL
stdlib (3.0.0) stdlib (3.0.0)
DEPENDENCIES DEPENDENCIES
boxen (= 0.0.26) boxen (= 0.0.27)
dnsmasq (= 0.0.1) dnsmasq (= 0.0.1)
git (= 0.0.2.4) git (= 0.0.2.4)
homebrew (= 0.0.9) homebrew (= 0.0.14)
hub (= 0.0.1) hub (= 0.0.1)
inifile (= 0.0.1) inifile (= 0.0.1)
nginx (= 0.0.2) nginx (= 0.0.2)

View file

@ -14,6 +14,11 @@ Exec {
'/usr/sbin', '/usr/sbin',
'/sbin' '/sbin'
] ]
environment => [
"HOMEBREW_CACHE=${homebrew::cachedir}",
"HOME=/Users/${::luser}"
]
} }
File { File {
@ -70,4 +75,9 @@ node default {
'gnu-tar' 'gnu-tar'
]: ]:
} }
file { "${boxen::config::srcdir}/our-boxen":
ensure => link,
target => $boxen::config::repodir
}
} }

Binary file not shown.

BIN
vendor/cache/boxen-0.4.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/librarian-puppet-0.9.7.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.