Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 8e99e56

Browse files
committed
add system virtualenv to tests
1 parent 8b22e3e commit 8e99e56

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/requirements.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
virtualenv => '/var/www/project1',
99
proxy => 'http://proxy.domain.com:3128',
1010
}
11+
12+
python::requirements { '/var/www/project1/requirements.txt':
13+
virtualenv => 'system',
14+
proxy => 'http://proxy.domain.com:3128',
15+
}

0 commit comments

Comments
 (0)