From 43cf37cb5f26205083ef6d9e2fa904dd5174a3c7 Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Fri, 2 Apr 2021 01:43:19 +0800 Subject: [PATCH] Add manifest file for Vagrant v2.2.14 (#9558) * New package: Vagrant * fix file name * remove install part * add PackageLocale * Update Hashicorp.Vagrant.locale.en-US.yaml * add default locale * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.installer.yaml * update installer part * remove part * fix error * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * upp installerswitch --- .../2.2.14/Hashicorp.Vagrant.installer.yaml | 16 ++++++++++++++++ .../2.2.14/Hashicorp.Vagrant.locale.en-US.yaml | 13 +++++++++++++ .../Vagrant/2.2.14/Hashicorp.Vagrant.yaml | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.installer.yaml create mode 100644 manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.locale.en-US.yaml create mode 100644 manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.yaml diff --git a/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.installer.yaml b/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.installer.yaml new file mode 100644 index 000000000..c7e084a68 --- /dev/null +++ b/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: "Hashicorp.Vagrant" +PackageVersion: "2.2.14" +Installers: +- Architecture: x64 + InstallerType: "msi" + InstallerUrl: "https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.msi" + InstallerSha256: 128fb976fd0ce9db20a4c45dc1c7bcc8d165aac5dba7ba7d29e1ecf1612a0596 +InstallerSwitches: + Silent: /qn /norestart + SilentWithProgress: /qn /norestart +InstallerSuccessCodes: +- 3010 +- 1706 +ManifestType: "installer" +ManifestVersion: "1.0.0" +Command: vagrant diff --git a/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.locale.en-US.yaml b/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.locale.en-US.yaml new file mode 100644 index 000000000..815ff2294 --- /dev/null +++ b/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.locale.en-US.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: "Hashicorp.Vagrant" +PackageName: "Vagrant" +PackageLocale: "en-US" +PackageVersion: "2.2.14" +Publisher: "Hashicorp" +License: "MIT" +Tags: +- "vagrant" +ShortDescription: "Vagrant is a tool for building and distributing development environments." +Homepage: "https://www.vagrantup.com" +ManifestType: "defaultLocale" +ManifestVersion: "1.0.0" +Command: "vagrant" diff --git a/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.yaml b/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.yaml new file mode 100644 index 000000000..615f612e7 --- /dev/null +++ b/manifests/h/Hashicorp/Vagrant/2.2.14/Hashicorp.Vagrant.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: "Hashicorp.Vagrant" +DefaultLocale: "en-US" +PackageVersion: "2.2.14" +ManifestType: "version" +ManifestVersion: "1.0.0"