mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +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,7 @@
|
||||
class { 'python':
|
||||
version => 'system',
|
||||
pip => 'present',
|
||||
dev => 'absent',
|
||||
virtualenv => 'absent',
|
||||
gunicorn => 'absent',
|
||||
}
|
||||
Reference in New Issue
Block a user