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
We've been running the stdlib_deprecations linter across all of our puppet code and were surprised to find that stdlib (version 9.6.0) itself has some deprecated functions defined ! Fortunately its not in actual code - but in one of the example files, see below. It would be good to get this example file cleaned up.
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 2 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 3 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 4 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 5 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 6 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 7 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 8 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 9 (check: stdlib_deprecated_functions)
The text was updated successfully, but these errors were encountered:
We've been running the stdlib_deprecations linter across all of our puppet code and were surprised to find that stdlib (version 9.6.0) itself has some deprecated functions defined ! Fortunately its not in actual code - but in one of the example files, see below. It would be good to get this example file cleaned up.
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 2 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 3 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 4 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 5 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 6 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 7 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 8 (check: stdlib_deprecated_functions)
stdlib/examples/has_interface_with.pp - WARNING: Deprecated function found: 'has_interface_with'. Use stdlib::has_interface_with instead. on line 9 (check: stdlib_deprecated_functions)
The text was updated successfully, but these errors were encountered: