diff --git a/Puppetfile b/Puppetfile index 641e9aa4fb..0a4a5c3729 100644 --- a/Puppetfile +++ b/Puppetfile @@ -29,7 +29,7 @@ end # Includes many of our custom types and providers, as well as global # config. Required. -mod "boxen", "0.0.1", :git => "https://github.com/boxen/puppet-boxen.git", :ref => "d32d778" +github "boxen", "3.13.0" # Support for default hiera data in modules diff --git a/Puppetfile.lock b/Puppetfile.lock index 71f535b4f8..2185e17953 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,9 +1,7 @@ -GIT - remote: https://github.com/boxen/puppet-boxen.git - ref: d32d778 - sha: d32d778e8cf7062d87c470b2eecde3947ec74edd +GITHUBTARBALL + remote: boxen/puppet-boxen specs: - boxen (0.0.1) + boxen (3.13.0) GITHUBTARBALL remote: boxen/puppet-brewcask @@ -101,7 +99,7 @@ GITHUBTARBALL module_data (0.0.4) DEPENDENCIES - boxen (= 0.0.1) + boxen (= 3.13.0) brewcask (= 0.0.10) dnsmasq (= 2.0.4) foreman (= 1.2.0) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-3.12.0.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-3.12.0.tar.gz deleted file mode 100644 index dc12cc0aae..0000000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-3.12.0.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-3.13.0.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-3.13.0.tar.gz new file mode 100644 index 0000000000..1b0fdd265c Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-3.13.0.tar.gz differ