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
Refactor RemoteNote, to have as attributes host and container, which will be both of a new class System, and on that class we have all these methods around which kind of system we have.
Refactor RemoteNote, to have as attributes
host
andcontainer
, which will be both of a new classSystem
, and on that class we have all these methods around which kind of system we have.Example:
get_target(host).host.is_suse?
get_target(host).container.is_suse?
Originally posted by @srbarrios in #9969 (comment)
The text was updated successfully, but these errors were encountered: