ScoopInstaller_Main/puppet.json
2018-07-07 18:03:38 +02:00

36 lines
1.3 KiB
JSON

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