You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that currently the module does not have a way to supply a version of the nginx version that you want. What would be the best way to enable that? add an extra parameter? or does puppet or this module allow you to do it some other way. Thanks
The text was updated successfully, but these errors were encountered:
This module at this time doesn't have the ability to dynamically set the package version, but that'd be relatively easy to do if you wanna work up a PR.
Basically, setup a parameter in Class[nginx] that cascades to Class[nginx::package] and sets the version. Make sure there is a default in the params class that the module can fall back to if need be.
It seems that currently the module does not have a way to supply a version of the nginx version that you want. What would be the best way to enable that? add an extra parameter? or does puppet or this module allow you to do it some other way. Thanks
The text was updated successfully, but these errors were encountered: