Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Anchor Pattern Used Improperly #9

@jbeard6

Description

@jbeard6

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions