-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
Amazon linux fails to comile #837
Comments
ryno75
pushed a commit
to ryno75/puppet-nginx
that referenced
this issue
Jul 24, 2016
Merged
darken99
pushed a commit
to darken99/puppet-nginx
that referenced
this issue
Oct 13, 2016
slm0n87
pushed a commit
to slm0n87/puppet-nginx
that referenced
this issue
Mar 7, 2019
slm0n87
pushed a commit
to slm0n87/puppet-nginx
that referenced
this issue
Mar 7, 2019
cegeka-jenkins
pushed a commit
to cegeka/puppet-nginx
that referenced
this issue
Sep 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to use this module on Amazon linux results in:
This is due to the case
$::osfamily
block catching forRedHat
but then not matching on theif
statement on line 47 in params.pp (which looks for an$::operatingsystem
value ofRedHat
andCentOS
and thus does not matchAmazon
. Since there is noelse
statement that defines$_module_os_overrides
so it remains uninitialized and bombs.The text was updated successfully, but these errors were encountered: