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
The ensure and clean operations are the same "apply" logic, with the target state either being the desired state, or the cleaned state.
Peace is intended to be able to support a set of target states such as "an empty set of servers", e.g. reusing servers for testing installation of software. This means arbitrary target states for each item -- "desired state for items a and b, but cleaned state for item c".
This may include some support to model "defined state" and "clean state" as top level concepts which are currently captured as separate commands.
As part of this, move peace_core::progress to peace_cfg::resources.
The text was updated successfully, but these errors were encountered:
The ensure and clean operations are the same "apply" logic, with the target state either being the desired state, or the cleaned state.
Peace is intended to be able to support a set of target states such as "an empty set of servers", e.g. reusing servers for testing installation of software. This means arbitrary target states for each item -- "desired state for items a and b, but cleaned state for item c".
This may include some support to model "defined state" and "clean state" as top level concepts which are currently captured as separate commands.
peace_core::progress
topeace_cfg::resources
.The text was updated successfully, but these errors were encountered: