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
@PierreR which version of the module are you using? Setting manage_repo on nginx class should not trigger a deprecation warning, and will be passed to the nginx::package class.
Is manage_repo the only parameter you're setting when you declare the nginx class?
I believe the depreciation warning is coming from somewhere else... because manage_repo isn't in scope there as @3flex points out... unfortunately it is a bit difficult to isolate the exact variable in code without a ton of unnecessary boilerplate for each variable in the process of being deprecated.
I wonder if this is related to attempting to set the worker_count as detailed in #536. Is that still being set somewhere (in either Hiera or in code?)
I am setting "manage_repo" to false like this:
I have got a deprecation warning that encourages me to use hiera instead but
nginx::config::manage_repo
does not seem to exist.Should I submit a PR to add it ?
The text was updated successfully, but these errors were encountered: