We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca88207 commit dd9af35Copy full SHA for dd9af35
1 file changed
manifests/install.pp
@@ -18,7 +18,7 @@
18
$python = $::python::version ? {
19
'system' => 'python',
20
'pypy' => 'pypy',
21
- default => "${python::version}",
+ default => "${python::version}", # lint:ignore:only_variable_string
22
}
23
24
$pythondev = $::osfamily ? {
@@ -220,8 +220,8 @@
220
221
222
package { 'gunicorn':
223
- name => $python::gunicorn_package_name,
224
ensure => $gunicorn_ensure,
+ name => $python::gunicorn_package_name,
225
226
227
0 commit comments