mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
25 lines
760 B
XML
25 lines
760 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>Powershell puppet exec provider</name>
|
|
<author>Puppet Labs</author>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Puppet powershell</description>
|
|
|
|
<type>system</type>
|
|
<platform>windows</platform>
|
|
|
|
<!--optional details-->
|
|
<reference>https://forge.puppet.com/puppetlabs/powershell</reference>
|
|
|
|
<!-- for now we just make all windows modules conflict with linux bases -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
<platform>linux</platform>
|
|
</conflict>
|
|
|
|
</utility>
|