2021-10-12 18:01:50 +00:00

38 lines
1.4 KiB
JSON

{
"version": "7.12.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.12.0-x64.msi",
"hash": "b938aba2ccc72508e074e9115ec07dc38a7e5a1af5d1465e925667f19e3e6c79"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.12.0-x86.msi",
"hash": "5a0269e4f6ae0b2f3bd7bb979f5e3934f10317e6298f61e30db1c56a08c9badb"
}
},
"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"
}
}
}
}