Skip to content

Commit dd9af35

Browse files
committed
Fix style
1 parent ca88207 commit dd9af35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/install.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$python = $::python::version ? {
1919
'system' => 'python',
2020
'pypy' => 'pypy',
21-
default => "${python::version}",
21+
default => "${python::version}", # lint:ignore:only_variable_string
2222
}
2323

2424
$pythondev = $::osfamily ? {
@@ -220,8 +220,8 @@
220220
}
221221

222222
package { 'gunicorn':
223-
name => $python::gunicorn_package_name,
224223
ensure => $gunicorn_ensure,
224+
name => $python::gunicorn_package_name,
225225
}
226226
}
227227
}

0 commit comments

Comments
 (0)