ScoopInstaller_Main/puppet.json
2018-08-22 19:00:23 +00:00

36 lines
1.3 KiB
JSON

{
"homepage": "https://puppetlabs.com",
"version": "5.5.6",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.6-x64.msi",
"hash": "6e419a73b7e55317eec05bf6a05a11dc46314c41eda0a922bc8d3146228715dd"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.6-x86.msi",
"hash": "f53ad644af4790d752baf9cf420ac065a800970765333477021b631279a20f7f"
}
},
"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/puppet5/index_by_name_reverse.html",
"re": "puppet-agent-([\\d.]+)-x64.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-$version-x64.msi"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-$version-x86.msi"
}
}
}
}