Skip to content

Commit a9d6279

Browse files
author
Shiva Poudel
committed
Merge pull request voxpupuli#235 from yrobla/master
Add python 2.7 support to Debian
2 parents c8d2c89 + e9b7b7a commit a9d6279

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)