mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
example code: python2 and python3 install modules, script generators and ctf vulnerability/challenge module wrappers
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class { 'python':
|
||||
version => 'system',
|
||||
dev => true,
|
||||
virtualenv => true,
|
||||
}
|
||||
|
||||
python::virtualenv { '/var/www/project1':
|
||||
ensure => present,
|
||||
version => 'system',
|
||||
requirements => '/var/www/project1/requirements.txt',
|
||||
proxy => 'http://proxy.domain.com:3128',
|
||||
systempkgs => true,
|
||||
}
|
||||
Reference in New Issue
Block a user