mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 04:08:02 +00:00
25 lines
792 B
XML
25 lines
792 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>Puppet modules for managing windows</name>
|
|
<author>Puppet Labs</author>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Puppet powershell, download, chocolatey, acls...</description>
|
|
|
|
<type>system</type>
|
|
<platform>windows</platform>
|
|
|
|
<!--optional details-->
|
|
<reference>https://forge.puppet.com/puppetlabs/windows</reference>
|
|
|
|
<!-- for now we just make all windows modules conflict with linux bases -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
<platform>linux</platform>
|
|
</conflict>
|
|
|
|
</utility>
|