diff --git a/Puppetfile b/Puppetfile index 86615b2..da69d15 100644 --- a/Puppetfile +++ b/Puppetfile @@ -7,20 +7,22 @@ # Includes many of our custom types and providers, as well as global # config. Required. -mod "boxen", "0.0.16", :github_tarball => "boxen/puppet-boxen" +# 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.18", :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 "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew" +mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" +mod "homebrew", "0.0.8", :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.1", :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.8", :github_tarball => "boxen/puppet-ruby" - -# Core modules for a basic development environment. -# You can replace some/most of those if you want, but it's not recommended. -%w(nodejs hub inifile sudo).each do |modulename| - mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" -end +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 dac18b0..3403ea7 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (0.0.16) + boxen (0.0.18) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -16,7 +16,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-homebrew specs: - homebrew (0.0.4) + homebrew (0.0.8) GITHUBTARBALL remote: boxen/puppet-hub @@ -58,11 +58,16 @@ GITHUBTARBALL specs: sudo (0.0.1) +GITHUBTARBALL + remote: puppetlabs/puppetlabs-stdlib + specs: + stdlib (3.0.0) + DEPENDENCIES - boxen (= 0.0.16) + boxen (= 0.0.18) dnsmasq (= 0.0.1) git (= 0.0.2.4) - homebrew (= 0.0.4) + homebrew (= 0.0.8) hub (= 0.0.1) inifile (= 0.0.1) nginx (= 0.0.2) @@ -70,5 +75,6 @@ DEPENDENCIES nvm (= 0.0.5) rbenv (= 0.0.2) ruby (= 0.0.8) + stdlib (= 3.0.0) sudo (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz deleted file mode 100644 index 457a50d..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.18.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.18.tar.gz new file mode 100644 index 0000000..79b74f1 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.0.18.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz deleted file mode 100644 index 09818fa..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz new file mode 100644 index 0000000..f61ad32 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz differ diff --git a/vendor/puppet/cache/puppetlabs-puppetlabs-stdlib-3.0.0.tar.gz b/vendor/puppet/cache/puppetlabs-puppetlabs-stdlib-3.0.0.tar.gz new file mode 100644 index 0000000..29f051e Binary files /dev/null and b/vendor/puppet/cache/puppetlabs-puppetlabs-stdlib-3.0.0.tar.gz differ