mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
7 lines
150 B
Puppet
7 lines
150 B
Puppet
class { 'python':
|
|
version => 'system',
|
|
pip => 'present',
|
|
dev => 'absent',
|
|
virtualenv => 'absent',
|
|
gunicorn => 'absent',
|
|
} |