2021-02-09 19:41:33 +01:00

38 lines
1.4 KiB
JSON

{
"version": "7.4.0",
"description": "An open-core software configuration management tool.",
"homepage": "https://puppetlabs.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.4.0-x64.msi",
"hash": "f6ed653a446fa797101bd6beea719918bbe957cd2de25d0b903c88a0cdf66125"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.4.0-x86.msi",
"hash": "b651bd87b40a781c42f3d1a8e98d753d84b61ba2b755756561b9fab90ad8e877"
}
},
"bin": [
"Puppet Labs\\Puppet\\bin\\facter.bat",
"Puppet Labs\\Puppet\\bin\\facter_interactive.bat",
"Puppet Labs\\Puppet\\bin\\hiera.bat",
"Puppet Labs\\Puppet\\bin\\puppet.bat",
"Puppet Labs\\Puppet\\bin\\puppet_interactive.bat"
],
"checkver": {
"url": "https://downloads.puppetlabs.com/windows/puppet/index_by_lastModified_reverse.html",
"regex": "puppet-agent-([\\d.]+)-x64\\.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x64.msi"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x86.msi"
}
}
}
}