Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anchor Pattern Used Improperly #9

Open
jbeard6 opened this issue Aug 15, 2014 · 0 comments
Open

Anchor Pattern Used Improperly #9

jbeard6 opened this issue Aug 15, 2014 · 0 comments

Comments

@jbeard6
Copy link
Owner

jbeard6 commented Aug 15, 2014

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':
}

See Anchor Pattern for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant