We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87f4afa + 89b3324 commit 698dc11Copy full SHA for 698dc11
spec/acceptance/virtualenv_spec.rb
@@ -5,11 +5,8 @@
5
# Using puppet_apply as a helper
6
it 'works with no errors' do
7
pp = <<-EOS
8
- if $facts['os']['name'] == 'Ubuntu' and $facts['os']['release']['major'] == '16.04' {
9
- $version = '3'
10
- } else {
11
- $version = 'system'
12
- }
+ $version = '3'
+
13
class { 'python' :
14
version => $version,
15
pip => 'present',
@@ -19,6 +16,7 @@ class { 'python' :
19
16
ensure => 'present',
20
17
21
18
systempkgs => false,
+ distribute => false,
22
venv_dir => '/opt/venv',
23
}
24
-> python::pip { 'rpyc' :
0 commit comments