Skip to content

Commit e9b7b7a

Browse files
author
Yolanda Robla
committed
Add python 2.7 support to Debian
1 parent c8d2c89 commit e9b7b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$provider = undef
1313
$valid_versions = $::osfamily ? {
1414
'RedHat' => ['3'],
15-
'Debian' => ['3', '3.3'],
15+
'Debian' => ['3', '3.3', '2.7'],
1616
'Suse' => [],
1717
}
1818
$use_epel = true

0 commit comments

Comments
 (0)