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
This commit changes all providers located at files directory (replacing get with get_attribute_value, but I noticed that in some cases the old method (get) is being used. Should we fix that, or is it right?
Hi @biemond , how are you?
This commit changes all providers located at
files
directory (replacingget
withget_attribute_value
, but I noticed that in some cases the old method (get) is being used. Should we fix that, or is it right?Some examples:
https://github.com/biemond/biemond-orawls/blob/puppet4/files/providers/wls_jdbc_persistence_store/index.py.erb#L10
https://github.com/biemond/biemond-orawls/blob/puppet4/files/providers/wls_coherence_server/index.py.erb#L18
The text was updated successfully, but these errors were encountered: