Skip to content
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

replace legacy facts with new $facts hash #357

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

bastelfreak
Copy link
Member

No description provided.

@dhollinger dhollinger merged commit 171bf45 into voxpupuli:master Jun 29, 2017
@bastelfreak bastelfreak deleted the archlinux branch June 29, 2017 20:26
dbeckham added a commit to dbeckham/puppet-php that referenced this pull request Aug 10, 2017
This fixes a bug introduced in voxpupuli#357 where Debian repositories were being
selected on Ubuntu.
@@ -98,7 +98,7 @@

# Create an override to use a reload signal as trusty and utopic's
# upstart version supports this
if $::operatingsystem == 'Ubuntu' and ($::operatingsystemmajrelease == '14.04' or $::operatingsystemmajrelease == '14.10') {
if $facts['os']['name'] == 'Ubuntu' and ($facts['os']['release']['major'] == '14') {
Copy link
Member

Choose a reason for hiding this comment

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

motivator pushed a commit to bigcommerce/puppet-php that referenced this pull request Oct 5, 2020
This fixes a bug introduced in voxpupuli#357 where Debian repositories were being
selected on Ubuntu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants