diff --git a/Puppetfile b/Puppetfile index 5a9c7fa..2f21f0f 100644 --- a/Puppetfile +++ b/Puppetfile @@ -7,7 +7,7 @@ # Includes many of our custom types and providers, as well as global # config. Required. -mod "boxen", "0.0.11", :github_tarball => "boxen/puppet-boxen" +mod "boxen", "0.0.12", :github_tarball => "boxen/puppet-boxen" mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" mod "git", "0.0.2", :github_tarball => "boxen/puppet-git" mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew" diff --git a/Puppetfile.lock b/Puppetfile.lock index fdfa30e..debcc37 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (0.0.11) + boxen (0.0.12) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -59,7 +59,7 @@ GITHUBTARBALL sudo (0.0.1) DEPENDENCIES - boxen (= 0.0.11) + boxen (= 0.0.12) dnsmasq (= 0.0.1) git (= 0.0.2) homebrew (= 0.0.4) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz deleted file mode 100644 index 91e7320..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.12.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.12.tar.gz new file mode 100644 index 0000000..7503083 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.0.12.tar.gz differ