mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
malware samples update
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
class live_malware_samples::install{
|
||||
# Pip install triggers a 404, so just use git to grab the files
|
||||
# Pip install currently triggers a 404, so just use git to grab the files
|
||||
# without the python frontend
|
||||
|
||||
# ensure_packages(['python-pip'], { ensure => 'present' })
|
||||
# exec { 'git clone https://github.com/cliffe/theZoo.git':
|
||||
# cwd => '/opt/',
|
||||
# creates => '/opt/theZoo',
|
||||
# path => ['/usr/bin', '/usr/sbin',],
|
||||
# } ->
|
||||
|
||||
exec { 'pip install --user -r requirements.txt':
|
||||
cwd => '/opt/theZoo',
|
||||
# ensure_packages(['python-pip'], { ensure => 'present' })
|
||||
exec { 'git clone https://github.com/cliffe/theZoo.git':
|
||||
cwd => '/opt/',
|
||||
creates => '/opt/theZoo',
|
||||
path => ['/usr/bin', '/usr/sbin',],
|
||||
}
|
||||
# ->
|
||||
|
||||
# exec { 'pip install --user -r requirements.txt':
|
||||
# cwd => '/opt/theZoo',
|
||||
# path => ['/usr/bin', '/usr/sbin',],
|
||||
# }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user