Merge pull request #280 from JD2344/gen_fixes

fix no manifests/ rename module
This commit is contained in:
Cliffe
2023-05-18 12:06:02 +01:00
committed by GitHub
7 changed files with 16 additions and 14 deletions

View File

@@ -1,20 +1,22 @@
<?xml version="1.0"?>
<generator xmlns="http://www.github/cliffe/SecGen/generator"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
<name>Filezilla Config File Generator</name>
<author>Jack Biggs</author>
<module_license>MIT</module_license>
<description>Creates a Filezilla config file which includes a host, a port and a password</description>
<name>Filezilla Config File Generator</name>
<author>Jack Biggs</author>
<module_license>MIT</module_license>
<description>Creates a Filezilla config file which includes a host, a port and a password</description>
<type>string_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<read_fact>host</read_fact>
<read_fact>port</read_fact>
<read_fact>password</read_fact>
<type>string_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
</generator>
<read_fact>host</read_fact>
<read_fact>port</read_fact>
<read_fact>password</read_fact>
<output_type>config_file</output_type>
</generator>