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
I would like to be able to order my catalog such that some resources are applied only after the ssh/sshd config is converged. However, Class[ssh] -> Class[foo] doesn't work as expected as there is no containment for the various sub-classes in the module.
Would probably work but both of the ::config classes are labeled as api private. There should be public class(es) in the module that can be used for ordering.
The text was updated successfully, but these errors were encountered:
I would like to be able to order my catalog such that some resources are applied only after the ssh/sshd config is converged. However,
Class[ssh] -> Class[foo]
doesn't work as expected as there is no containment for the various sub-classes in the module.Would probably work but both of the
::config
classes are labeled as api private. There should be public class(es) in the module that can be used for ordering.The text was updated successfully, but these errors were encountered: