Skip to content
Snippets Groups Projects
Commit 59d96a18 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

fixvenvname

parent 5bb7f046
No related branches found
No related tags found
No related merge requests found
#
class vlc::henry_13 {
exec { 'creat_venv':
command => 'python3.9 -m venv django-base/venv',
command => 'python3.9 -m venv django-base-venv',
path => ['/usr/bin', '/bin'],
cwd => '/home/henfr13',
user => 'henfr13',
creates => '/home/henfr13/django-base/env',
creates => '/home/henfr13/django-base-venv',
}
vcsrepo { '/home/henfr13/django-base':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment