-
-
Notifications
You must be signed in to change notification settings - Fork 875
Make sure latest stable release of nginx is installed #7
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
Comments
Take a look at the latest push. RHEL based distros now include a Yumrepo resource that will ensure the latests version is being pulled from NGINX proper. Let me know if this works for you. |
Yes and no :-)
I have hardcoded those values to fix the issue for me, but obviously this is a bad hack. |
@drdla also, there are several facter variables that prefix with 'lsb' that solve some of these issues that you've worked around to make it easier to manage. |
Still struggling with it. When using single quotes: |
I just figured I didn´t have lsb installed. |
I didn't properly escape the $ in the package. I've done that in a new commit. Is that output below form the single quote (non-interpolated?) version? |
It´s working now! |
Glad to hear. Sorry it took so many iterations... usually I can test and work out these bugs before release. :) Cheers! On Aug 28, 2012, at 3:30 PM, drdla [email protected] wrote:
|
Fully-qualify facter variables
Installing nginx with puppet-nginx on my CentOS installed nginx version 1.0.15, which is really old.
It would be nice to use the nginx-release packages listed on http://nginx.org/en/download.html (e.g. http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm for CentOS 6).
The text was updated successfully, but these errors were encountered: