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
(maint) Switch from is_function_available() to defined()
stdlib 9 dropped the is_function_available() function. I reworked the
code to check if `pe_anchor` is defined. The code now works with Puppet
core functions and is compatible with Puppet 7/8, probably 6, and does
not rely on stdlib.
0 commit comments