mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
26 lines
771 B
JSON
26 lines
771 B
JSON
{
|
|
"name": "puppet-windows_autoupdate",
|
|
"version": "1.1.0",
|
|
"author": "puppet",
|
|
"summary": "Module for managing windows automatic updates",
|
|
"license": "Apache-2.0",
|
|
"source": "https://github.com/voxpupuli/puppet-windows_autoupdate",
|
|
"project_page": "https://github.com/voxpupuli/puppet-windows_autoupdate",
|
|
"issues_url": "https://github.com/voxpupuli/puppet-windows_autoupdate/issues",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "windows",
|
|
"operatingsystemrelease": [
|
|
"2008",
|
|
"2008 R2",
|
|
"2012",
|
|
"2012 R2"
|
|
]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0 <5.0.0"},
|
|
{"name":"puppetlabs/registry","version_requirement":">= 1.0.0 <2.0.0"}
|
|
]
|
|
}
|