We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3696b commit b95ef5eCopy full SHA for b95ef5e
manifests/pyvenv.pp
@@ -97,6 +97,6 @@
97
purge => true,
98
}
99
} else {
100
- fail( "Illegal ensure value: $ensure. Expected (present or absent)")
+ fail( "Illegal ensure value: ${ensure}. Expected (present or absent)")
101
102
manifests/virtualenv.pp
@@ -133,8 +133,8 @@
133
default => 'setuptools',
134
135
$pypi_index = $index ? {
136
- false => '',
137
- default => "-i ${index}",
+ false => '',
+ default => "-i ${index}",
138
139
140
# Python 2.6 and older does not support setuptools/distribute > 0.8 which
0 commit comments