-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Deprecation warning for parameters #564
Comments
I think the answer is to to declare There's more discussion of jfryman's rationale here: #536 (comment) |
@gavinrogers did this help at all? Are you still having issues? |
+1 on this issue, i am a user of the module (and branch) raised by @gavinrogers Is there a way for me, as a user, to override the module declaration to avoid the deprecation warning? Or is the only solution actually changing the declaration in the module? |
We've had to fork this module at work and remove the deprecation notice. While puppet doesn't support # ntp/manifests/init.pp
# ntp/manifests/init.pp
class ntp (
# default values are in ntp/data
$autoupdate
$service_name
) {
...
} Note that This is annoying for us as we (obviously) have several different types of web server and not all are configured exactly the same, and we don't want to end up with one hiera file per The thing is, |
Hi, thanks for the great module.
This warning:
So I don't see any sense in the error message, or in ever dropping support for doing this? Unless there is some way that modules can dynamically set hiera values (that's would be cool, but going down the rabbit hole a bit).
The text was updated successfully, but these errors were encountered: