2024-03-05 20:24:57 +00:00

38 lines
1.4 KiB
JSON

{
"version": "7.29.1",
"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.29.1-x64.msi",
"hash": "55c06c52be819952c773e8b96e5d994f09632e64b6d915d88772ea55acb347a3"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.29.1-x86.msi",
"hash": "e2c808eaa205cee9506d91dd4106cef7769efc901263287b0614bc67af2cefc2"
}
},
"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"
}
}
}
}