-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Package conflict on Debian #71
Comments
Hi, |
Now it could be solved by specifying
or you can override the nginx package name (
It should work when #152 is closed. |
@uu1101, as deric mentioned above you can now specify the package name: class { 'nginx':
manage_repo => false,
package_name => 'nginx-light'
} You can set Could you close this if the current module meets your requirements? This code's in v0.0.6. |
@jfryman while you're checking into issues, this can be closed. There are a couple of others that can be closed too, I'll ping you on those as well. |
Thank you very much! |
Nginx has been recently split in Debian into
nginx-common
,nginx-full
, etc. These packages include some useful modules such as AuthPAM, which I make use of.Commit a97e038 made Debian fetch from upstream APT repository. Unfortunately, upstream packages conflict with current Debian stable:
Although the problem can be readily solved by Apt pinning, I think it would be convenient to be able to opt-out of using upstream packages (or, better yet, opt-in to using them) and use Debian's instead.
The text was updated successfully, but these errors were encountered: