ScoopInstaller_Main/puppet.json
2018-11-01 19:00:32 +00:00

36 lines
1.3 KiB
JSON

{
"homepage": "https://puppetlabs.com",
"version": "5.5.8",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.8-x64.msi",
"hash": "1bf365194ee0f14dee6daff22ce79ec95696945c4141aed7c8ae0143a62c390d"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.8-x86.msi",
"hash": "84f78320b1c225b93482e432179727672344eab3a71a77e2015e55a96785a150"
}
},
"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"
}
}
}
}