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
There are no chaining arrows or other ordering marks to tie the resources defined to the anchors. In other words, we should be doing something to this effect:
include stdlib
anchor { 'portmap::begin':
} ->
class { 'portmap::packages':
} ->
class { 'portmap::services':
} ->
anchor { 'portmap::end':
}
There are no chaining arrows or other ordering marks to tie the resources defined to the anchors. In other words, we should be doing something to this effect:
See Anchor Pattern for more details.
The text was updated successfully, but these errors were encountered: