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
With customizable profiles it might be useful to actually name the profiles ourselves, especially when we are using multiple instances of the same profile. One way to do that would be to use the $type[:args] by default while allowing to rename it by $name[:{"type": "$type"}] (or class, backend or whatever key). An example of a DefaultLibvirt profile would be MyProfile:{"type": "DefaultLibvirt"}.
The text was updated successfully, but these errors were encountered:
With customizable profiles it might be useful to actually name the profiles ourselves, especially when we are using multiple instances of the same profile. One way to do that would be to use the
$type[:args]
by default while allowing to rename it by$name[:{"type": "$type"}]
(orclass
,backend
or whatever key). An example of aDefaultLibvirt
profile would beMyProfile:{"type": "DefaultLibvirt"}
.The text was updated successfully, but these errors were encountered: