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

CentOS 7 Support #418

Closed
bastelfreak opened this issue Aug 22, 2014 · 1 comment · Fixed by #412
Closed

CentOS 7 Support #418

bastelfreak opened this issue Aug 22, 2014 · 1 comment · Fixed by #412

Comments

@bastelfreak
Copy link
Member

if the manage_repo variable is true, this puppet module will install the nginx repo for centos 6, even on a centos 7 node. This will result in the following error message:

[root@master ]# yum install nginx
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.netcologne.de
 * epel: mirror.imt-systems.com
 * extras: mirror.skylink-datacenter.de
 * updates: mirror.23media.de
51 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package nginx.x86_64 0:1.6.1-1.el6.ngx will be installed
--> Processing Dependency: libpcre.so.0()(64bit) for package: nginx-1.6.1-1.el6.ngx.x86_64
--> Finished Dependency Resolution
Error: Package: nginx-1.6.1-1.el6.ngx.x86_64 (nginx-release)
           Requires: libpcre.so.0()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@master ]# 

besides this issue, the module seems to work fine under centos 7

@3flex
Copy link
Contributor

3flex commented Aug 22, 2014

There's a PR open already: #412

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 a pull request may close this issue.

2 participants