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
Prior to this commit, the sort function was used to sort the hosts
returned from the PuppetDB queries. This commit moves the logic to the
PuppetDB query to do the sorting and removes the sort function. This
fixes compatibility with 5.x that did not have the sort function.
0 commit comments