mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
26 lines
840 B
XML
26 lines
840 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>
|
|
|
|
<!-- for now we just make all windows modules conflict with linux bases -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
<platform>linux</platform>
|
|
</conflict>
|
|
|
|
</utility>
|