2021-03-16 19:00:28 +00:00

38 lines
1.4 KiB
JSON

{
"version": "7.5.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.5.0-x64.msi",
"hash": "9cbd6cbb89024fffb1056692b11fb313cc6c001d001580806d592f8a5ad623db"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.5.0-x86.msi",
"hash": "1bdb26b288b5569a4da79fb4ad5f98f0c314cb8be03c201f30331e7d64fac78d"
}
},
"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"
}
}
}
}