mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
fix no manifests/ rename module
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user