Skip to content

refactor php_package_name default for Debian/Ubuntu #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2017
Merged

refactor php_package_name default for Debian/Ubuntu #969

merged 1 commit into from
Sep 26, 2017

Conversation

mmoll
Copy link
Contributor

@mmoll mmoll commented Aug 3, 2017

No description provided.

'xenial' => 'php-mysql',
default => 'php5-mysql',
if ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '16.04') >= 0) or
($::operatingsystem == 'Debian' and versioncmp($::operatingsystemrelease, '9') >= 0) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bit heavy weight, but future proof

@tphoney
Copy link
Contributor

tphoney commented Sep 26, 2017

Thanks @mmoll great work !

@tphoney tphoney merged commit 5ac8568 into puppetlabs:master Sep 26, 2017
@mmoll mmoll deleted the php branch September 26, 2017 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants