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
I noticed that this module recommends usage of Hiera by issuing the "warning" (it's marked as a notice in the actual output)
manifests/notice/config.pp: $message = "[nginx] *** DEPRECATION WARNING***: HI! I notice that you're declaring some attributes in Class[nginx]. It is highly recommended to set these values via Hiera going forward. This will become mandatory in the near future. Please check out https://github.com/jfryman/puppet-nginx/blob/master/docs/hiera.md for more information."
When browsing through the sources, I couldn't find any place where puppet-nginx makes explicit use of hiera. Am I missing something?
In reality, I think it's correct that the module makes no assumptions about how and where the data is provided. That leaves the question of why puppet-nginx makes this recommendation.
The text was updated successfully, but these errors were encountered:
I noticed that this module recommends usage of Hiera by issuing the "warning" (it's marked as a
notice
in the actual output)When browsing through the sources, I couldn't find any place where puppet-nginx makes explicit use of hiera. Am I missing something?
In reality, I think it's correct that the module makes no assumptions about how and where the data is provided. That leaves the question of why puppet-nginx makes this recommendation.
The text was updated successfully, but these errors were encountered: