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
Previously the puppet helper only loaded the core puppet types. This commit
instead invokes the Puppet::Util::Autoload class to load all of the puppet
types. This means that type loading is now slower, but as it has async support
this won't stop UI requests for too long.
0 commit comments