mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
Smbclient utility module.
Scenario file found at '/home/user/RubymineProjects/SecGen/scenarios/simple_examples/smbclient_utility.xml'
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class smbclient::install {
|
||||
package { 'smbclient':
|
||||
ensure => 'installed',
|
||||
}
|
||||
}
|
||||
28
modules/utilities/unix/smb/smbclient/secgen_metadata.xml
Normal file
28
modules/utilities/unix/smb/smbclient/secgen_metadata.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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>Samba client</name>
|
||||
<author>example42</author>
|
||||
<author>Jason Keighley</author>
|
||||
<module_license>Apache v2</module_license>
|
||||
<description>An installation of smbclient</description>
|
||||
|
||||
<type>smb</type>
|
||||
<platform>linux</platform>
|
||||
|
||||
<!--optional details-->
|
||||
<software_name>smbclient</software_name>
|
||||
<software_license>Apache v2</software_license>
|
||||
|
||||
<!--Cannot co-exist with other smbclient installations-->
|
||||
<conflict>
|
||||
<software_name>smbclient</software_name>
|
||||
</conflict>
|
||||
|
||||
<requires>
|
||||
<type>update</type>
|
||||
</requires>
|
||||
|
||||
</utility>
|
||||
1
modules/utilities/unix/smb/smbclient/smbclient.pp
Normal file
1
modules/utilities/unix/smb/smbclient/smbclient.pp
Normal file
@@ -0,0 +1 @@
|
||||
class { smbclient::install: }
|
||||
16
scenarios/simple_examples/smbclient_utility.xml
Normal file
16
scenarios/simple_examples/smbclient_utility.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<scenario xmlns="http://www.github/cliffe/SecGen/scenario"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
|
||||
|
||||
<system>
|
||||
<system_name>smbclinet_utility</system_name>
|
||||
<base platform="linux"/>
|
||||
|
||||
<utility module_path="modules/utilities/unix/smb/smbclient"></utility>
|
||||
|
||||
<network type="private_network" range="dhcp"></network>
|
||||
</system>
|
||||
|
||||
</scenario>
|
||||
Reference in New Issue
Block a user