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 fixes two issues:
* In puppet 4, undef isn't a string, but is actually a nil value.
* In puppet 4, exported resources must still have all required
specified, even if they're not used on the host they're being exported
from.
0 commit comments