Skip to content

Commit

Permalink
Merge pull request #505 from Conzar/master
Browse files Browse the repository at this point in the history
Fixed repositories managed for all patch version of 7.x for Ubuntu.
  • Loading branch information
bastelfreak authored Jan 22, 2019
2 parents 9b06657 + c27cf4c commit fc6dee1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifests/repo/ubuntu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
assert_type(Pattern[/^\d\.\d/], $version_real)

$version_repo = $version_real ? {
'5.4' => 'ondrej/php5-oldstable',
'5.6' => 'ondrej/php',
'7.0' => 'ondrej/php'
'5.4' => 'ondrej/php5-oldstable',
default => 'ondrej/php'
}

::apt::ppa { "ppa:${version_repo}":
Expand Down

0 comments on commit fc6dee1

Please sign in to comment.