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 the goal of enabling Puppet code to run through mgmt, it will be necessary to implement the refreshonly semantics in exec resources. This means that the resource will never sync on its own, and only take action when receiving refresh events. A parameter should toggle this mode for each resource.
The text was updated successfully, but these errors were encountered:
Versions:
mgmt version (eg:
mgmt --version
): 0.0.17operating system/distribution (eg:
uname -a
): anygolang version (eg:
go version
): 1.10Description:
With the goal of enabling Puppet code to run through mgmt, it will be necessary to implement the
refreshonly
semantics inexec
resources. This means that the resource will never sync on its own, and only take action when receiving refresh events. A parameter should toggle this mode for each resource.The text was updated successfully, but these errors were encountered: