Skip to content

Commit

Permalink
Update params.pp
Browse files Browse the repository at this point in the history
Added 34 and 35 to Red Hat valid versions...
  • Loading branch information
StumpyFrostreaver committed Jan 18, 2016
1 parent a5f767e commit 0d6b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$manage_gunicorn = true
$provider = undef
$valid_versions = $::osfamily ? {
'RedHat' => ['3','27','33'],
'RedHat' => ['3','27','33', '34', '35'],
'Debian' => ['3', '3.3', '2.7'],
'Suse' => [],
}
Expand Down

0 comments on commit 0d6b926

Please sign in to comment.