diff --git a/Puppetfile b/Puppetfile index 777c2ec..e66945b 100644 --- a/Puppetfile +++ b/Puppetfile @@ -10,19 +10,19 @@ # 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.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.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" -mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" -mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" -mod "ruby", "0.0.9", :github_tarball => "boxen/puppet-ruby" -mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib" -mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo" +mod "boxen", "0.0.28", :github_tarball => "boxen/puppet-boxen" +mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" +mod "git", "0.0.3", :github_tarball => "boxen/puppet-git" +mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" +mod "homebrew", "0.0.15", :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" +mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" +mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" +mod "ruby", "0.1.0", :github_tarball => "boxen/puppet-ruby" +mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib" +mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo" # Add your custom modules here. # There are tons available at https://github.com/boxen. diff --git a/Puppetfile.lock b/Puppetfile.lock index 0835ad5..31e0bf2 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (0.0.27) + boxen (0.0.28) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -11,12 +11,12 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-git specs: - git (0.0.2.4) + git (0.0.3) GITHUBTARBALL remote: boxen/puppet-homebrew specs: - homebrew (0.0.14) + homebrew (0.0.15) GITHUBTARBALL remote: boxen/puppet-hub @@ -51,7 +51,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (0.0.9) + ruby (0.1.0) GITHUBTARBALL remote: boxen/puppet-sudo @@ -64,17 +64,17 @@ GITHUBTARBALL stdlib (3.0.0) DEPENDENCIES - boxen (= 0.0.27) + boxen (= 0.0.28) dnsmasq (= 0.0.1) - git (= 0.0.2.4) - homebrew (= 0.0.14) + git (= 0.0.3) + homebrew (= 0.0.15) hub (= 0.0.1) inifile (= 0.0.1) nginx (= 0.0.2) nodejs (= 0.0.2) nvm (= 0.0.5) rbenv (= 0.0.2) - ruby (= 0.0.9) + ruby (= 0.1.0) stdlib (= 3.0.0) sudo (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz deleted file mode 100644 index ffa949c..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-0.0.27.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.28.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.28.tar.gz new file mode 100644 index 0000000..799305b Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.0.28.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-git-0.0.2.4.tar.gz b/vendor/puppet/cache/boxen-puppet-git-0.0.2.4.tar.gz deleted file mode 100644 index c82b7b9..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-git-0.0.2.4.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-git-0.0.3.tar.gz b/vendor/puppet/cache/boxen-puppet-git-0.0.3.tar.gz new file mode 100644 index 0000000..17537d0 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-git-0.0.3.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.14.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.14.tar.gz deleted file mode 100644 index b683c63..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.14.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.15.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.15.tar.gz new file mode 100644 index 0000000..f08ddf7 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.15.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz deleted file mode 100644 index 633603f..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.1.0.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.1.0.tar.gz new file mode 100644 index 0000000..200a8c3 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-0.1.0.tar.gz differ