From 6e62914b91644317bd4760db201b90b413c724ee Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 9 Apr 2021 04:13:01 -0500 Subject: [PATCH] Added x86 architecture for Puppet Agent version 7.3.0. (#10299) --- .../7.3.0/Puppet.puppet-agent.installer.yaml | 19 ++++++++++++++ .../Puppet.puppet-agent.locale.en-US.yaml | 18 +++++++++++++ .../7.3.0/Puppet.puppet-agent.yaml | 25 +++---------------- 3 files changed, 41 insertions(+), 21 deletions(-) create mode 100644 manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.installer.yaml create mode 100644 manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.locale.en-US.yaml diff --git a/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.installer.yaml b/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.installer.yaml new file mode 100644 index 000000000..a345bd28f --- /dev/null +++ b/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: Puppet.puppet-agent +PackageVersion: 7.3.0 +Commands: +- puppet +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.puppetlabs.com/windows/puppet7/puppet-agent-7.3.0-x64.msi + InstallerSha256: CB1552034A4F37032FF4FC1960780ADEFF78AE0B83ABC11C80C10A9BF0466823 + ProductCode: "{5D5BCB0A-79D0-40B5-B382-A063A731E78D}" + InstallerType: msi +- Architecture: x86 + InstallerUrl: https://downloads.puppetlabs.com/windows/puppet7/puppet-agent-7.3.0-x86.msi + InstallerSha256: 258207B253732F37754EE874B2650014EA01E76FCE0D7AA82D2AED91293F35C1 + ProductCode: "{58EDABEB-B4E5-4E37-9EDE-961DD379157D}" + InstallerType: msi +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.locale.en-US.yaml b/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.locale.en-US.yaml new file mode 100644 index 000000000..1f483f885 --- /dev/null +++ b/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: Puppet.puppet-agent +PackageVersion: 7.3.0 +PackageLocale: en-US +LicenseUrl: https://github.com/puppetlabs/puppet/blob/main/LICENSE +Moniker: puppet +Tags: +- puppet +- pe +- puppetlabs +PackageUrl: https://puppet.com/docs/puppet/6.19/about_agent.html +Publisher: Puppet, Inc +PackageName: Puppet Agent +License: Apache 2.0 +ShortDescription: Puppet is a tool that helps you manage and automate the configuration of servers. +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.yaml b/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.yaml index 0142e19c0..13ebd9b31 100644 --- a/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.yaml +++ b/manifests/p/Puppet/puppet-agent/7.3.0/Puppet.puppet-agent.yaml @@ -1,24 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: Puppet.puppet-agent PackageVersion: 7.3.0 -PackageName: Puppet Agent -Publisher: Puppet, Inc -License: Apache 2.0 -LicenseUrl: https://github.com/puppetlabs/puppet/blob/main/LICENSE -Moniker: puppet -Tags: -- puppet -- pe -- puppetlabs -ShortDescription: Puppet is a tool that helps you manage and automate the configuration of servers. -PackageUrl: https://puppet.com/docs/puppet/6.19/about_agent.html -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.puppetlabs.com/windows/puppet7/puppet-agent-7.3.0-x64.msi - InstallerSha256: CB1552034A4F37032FF4FC1960780ADEFF78AE0B83ABC11C80C10A9BF0466823 - ProductCode: "{5D5BCB0A-79D0-40B5-B382-A063A731E78D}" - InstallerType: msi -Commands: -- puppet -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +