diff --git a/Puppetfile b/Puppetfile index 6bc1cee..f4e2a14 100644 --- a/Puppetfile +++ b/Puppetfile @@ -7,11 +7,13 @@ # Includes many of our custom types and providers, as well as global # config. Required. -mod "boxen", "0.0.3", :github_tarball => "boxen/puppet-boxen" +mod "boxen", "0.0.3", :github_tarball => "boxen/puppet-boxen" +mod "homebrew", "0.0.2", :github_tarball => "boxen/puppet-homebrew" +mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm" # Core modules for a basic development environment. # You can replace some/most of those if you want, but it's not recommended. -%w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename| +%w(ruby rbenv nodejs git hub inifile sudo).each do |modulename| mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" end diff --git a/Puppetfile.lock b/Puppetfile.lock index e9cd21d..47efe2d 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -11,7 +11,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-homebrew specs: - homebrew (0.0.1) + homebrew (0.0.2) GITHUBTARBALL remote: boxen/puppet-hub @@ -31,7 +31,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-nvm specs: - nvm (0.0.1) + nvm (0.0.2) GITHUBTARBALL remote: boxen/puppet-rbenv @@ -48,21 +48,15 @@ GITHUBTARBALL specs: sudo (0.0.1) -GITHUBTARBALL - remote: boxen/puppet-xcode - specs: - xcode (0.0.1) - DEPENDENCIES boxen (= 0.0.3) git (= 0.0.1) - homebrew (= 0.0.1) + homebrew (= 0.0.2) hub (= 0.0.1) inifile (= 0.0.1) nodejs (= 0.0.1) - nvm (= 0.0.1) + nvm (= 0.0.2) rbenv (= 0.0.1) ruby (= 0.0.1) sudo (= 0.0.1) - xcode (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz deleted file mode 100644 index 0791264..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.2.tar.gz new file mode 100644 index 0000000..0acf11b Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.2.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz deleted file mode 100644 index b85606a..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-nvm-0.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-nvm-0.0.2.tar.gz new file mode 100644 index 0000000..a402cf8 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-nvm-0.0.2.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz deleted file mode 100644 index 8d209db..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz and /dev/null differ