mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
24 lines
770 B
XML
24 lines
770 B
XML
<?xml version="1.0"?>
|
|
|
|
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
|
<name>Windows Automatic Update Control Service</name>
|
|
<author>Liam Bennett</author>
|
|
<module_license>MIT</module_license>
|
|
<description>An update module for windows</description>
|
|
|
|
<type>update</type>
|
|
<platform>windows</platform>
|
|
|
|
<!--optional details-->
|
|
<reference>https://github.com/voxpupuli/puppet-windows_autoupdate</reference>
|
|
<software_name>windows_update</software_name>
|
|
<software_license>MIT</software_license>
|
|
|
|
<!--Cannot co-exist with linux installations-->
|
|
<conflict>
|
|
<platform>unix</platform>
|
|
</conflict>
|
|
|
|
</utility> |