Merge pull request #366 from createdbypete/update-puppetfile

Updating to latest available Puppet module versions
This commit is contained in:
Will Farrington 2013-07-23 13:02:57 -07:00
commit 019538bf79
16 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "boxen", "~> 1.4" gem "boxen", "~> 1.5"
gem "open4", "~> 1.3" gem "open4", "~> 1.3"
group :development do group :development do

View file

@ -7,7 +7,7 @@ GEM
json (~> 1.4) json (~> 1.4)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
uuidtools (~> 2.1) uuidtools (~> 2.1)
boxen (1.4.2) boxen (1.5.2)
ansi (~> 1.4) ansi (~> 1.4)
hiera (~> 1.0) hiera (~> 1.0)
highline (~> 1.6) highline (~> 1.6)
@ -43,10 +43,10 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
netrc (~> 0.7.7) netrc (~> 0.7.7)
open4 (1.3.0) open4 (1.3.0)
puppet (3.2.2) puppet (3.2.3)
facter (~> 1.6) facter (~> 1.6)
hiera (~> 1.0) hiera (~> 1.0)
rgen (~> 0.6) rgen (~> 0.6.5)
rbvmomi (1.6.0) rbvmomi (1.6.0)
builder builder
nokogiri (>= 1.4.1) nokogiri (>= 1.4.1)
@ -61,7 +61,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
aws-sdk aws-sdk
boxen (~> 1.4) boxen (~> 1.5)
net-ssh net-ssh
open4 (~> 1.3) open4 (~> 1.3)
rbvmomi rbvmomi

View file

@ -13,7 +13,7 @@ end
# 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.
github "boxen", "2.3.6" github "boxen", "3.0.1"
# Core modules for a basic development environment. You can replace # Core modules for a basic development environment. You can replace
# some/most of these if you want, but it's not recommended. # some/most of these if you want, but it's not recommended.
@ -22,8 +22,8 @@ github "autoconf", "1.0.0"
github "dnsmasq", "1.0.0" github "dnsmasq", "1.0.0"
github "gcc", "2.0.1" github "gcc", "2.0.1"
github "git", "1.2.5" github "git", "1.2.5"
github "homebrew", "1.2.1" github "homebrew", "1.4.1"
github "hub", "1.0.0" github "hub", "1.0.3"
github "inifile", "1.0.0", :repo => "puppetlabs/puppetlabs-inifile" github "inifile", "1.0.0", :repo => "puppetlabs/puppetlabs-inifile"
github "nginx", "1.4.2" github "nginx", "1.4.2"
github "nodejs", "3.2.8" github "nodejs", "3.2.8"

View file

@ -6,7 +6,7 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-boxen remote: boxen/puppet-boxen
specs: specs:
boxen (2.3.6) boxen (3.0.1)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-dnsmasq remote: boxen/puppet-dnsmasq
@ -26,12 +26,12 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-homebrew remote: boxen/puppet-homebrew
specs: specs:
homebrew (1.2.1) homebrew (1.4.1)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-hub remote: boxen/puppet-hub
specs: specs:
hub (1.0.0) hub (1.0.3)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-nginx remote: boxen/puppet-nginx
@ -80,12 +80,12 @@ GITHUBTARBALL
DEPENDENCIES DEPENDENCIES
autoconf (= 1.0.0) autoconf (= 1.0.0)
boxen (= 2.3.6) boxen (= 3.0.1)
dnsmasq (= 1.0.0) dnsmasq (= 1.0.0)
gcc (= 2.0.1) gcc (= 2.0.1)
git (= 1.2.5) git (= 1.2.5)
homebrew (= 1.2.1) homebrew (= 1.4.1)
hub (= 1.0.0) hub (= 1.0.3)
inifile (= 1.0.0) inifile (= 1.0.0)
nginx (= 1.4.2) nginx (= 1.4.2)
nodejs (= 3.2.8) nodejs (= 3.2.8)

View file

@ -5,7 +5,7 @@ require gcc
Exec { Exec {
group => 'staff', group => 'staff',
logoutput => on_failure, logoutput => on_failure,
user => $luser, user => $boxen_user,
path => [ path => [
"${boxen::config::home}/rbenv/shims", "${boxen::config::home}/rbenv/shims",
@ -20,13 +20,13 @@ Exec {
environment => [ environment => [
"HOMEBREW_CACHE=${homebrew::config::cachedir}", "HOMEBREW_CACHE=${homebrew::config::cachedir}",
"HOME=/Users/${::luser}" "HOME=/Users/${::boxen_user}"
] ]
} }
File { File {
group => 'staff', group => 'staff',
owner => $luser owner => $boxen_user
} }
Package { Package {

View file

@ -8,7 +8,7 @@ class people::jbarnette {
include emacs # requires emacs module in Puppetfile include emacs # requires emacs module in Puppetfile
include sparrow # requires sparrow module in Puppetfile include sparrow # requires sparrow module in Puppetfile
$home = "/Users/${::luser}" $home = "/Users/${::boxen_user}"
$my = "${home}/my" $my = "${home}/my"
$dotfiles = "${my}/dotfiles" $dotfiles = "${my}/dotfiles"

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/puppet-3.2.3.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.