Skip to content

Commit 4de7e11

Browse files
committed
adjust ::python::version
1 parent 55cae98 commit 4de7e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
default: {
181181
case $facts['os']['family'] {
182182
'AIX': {
183-
if "${::python::version}" =~ /^python3/ { #lint:ignore:only_variable_string
183+
if "${python::version}" =~ /^python3/ { #lint:ignore:only_variable_string
184184
class { 'python::pip::bootstap':
185185
version => 'pip3',
186186
}

0 commit comments

Comments
 (0)