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

Fixing error in Amazon $operatingsystem comparison #1321

Merged
merged 1 commit into from Jan 12, 2016

Conversation

ryno75
Copy link

@ryno75 ryno75 commented Jan 11, 2016

No description provided.

@@ -52,7 +52,7 @@
} else {
$verify_command = '/usr/sbin/apachectl -t'
}
if $::osfamily == 'RedHat' or $::operatingsystem == 'amazon' {
if $::osfamily == 'RedHat' or $::operatingsystem =~ /^[Aa]mazon$/ {
Copy link
Contributor

Choose a reason for hiding this comment

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

this is upsetting and saddening.

igalic added a commit that referenced this pull request Jan 12, 2016
Fixing error in Amazon $operatingsystem comparison
@igalic igalic merged commit 2a979d2 into puppetlabs:master Jan 12, 2016
@igalic
Copy link
Contributor

igalic commented Jan 12, 2016

how did we ever send someone on the moon?

i mean, thank you for catching and fixing this @ryno75!

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.

None yet

3 participants