Skip to content

Commit

Permalink
Merge 783ce30 into 3c66d69
Browse files Browse the repository at this point in the history
  • Loading branch information
guimaluf committed Jul 5, 2019
2 parents 3c66d69 + 783ce30 commit 145356a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions manifests/extension/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@
Package[$compiler_packages] -> Package[$real_package]
}

$package_require = [
Class['::php::pear'],
Class['::php::dev'],
]
if $facts['os']['name'] == 'Ubuntu' and
versioncmp($facts['os']['release']['full'], '14.04') == 0 {
$package_require = Class['::php::pear']
} else {
$package_require = [
Class['::php::pear'],
Class['::php::dev'],
]
}
}

'none' : {
Expand Down

0 comments on commit 145356a

Please sign in to comment.