Skip to content

Should allow easy relationships #1

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

Closed
jeffmccune opened this issue Jun 16, 2011 · 2 comments
Closed

Should allow easy relationships #1

jeffmccune opened this issue Jun 16, 2011 · 2 comments
Assignees

Comments

@jeffmccune
Copy link
Contributor

The module should allow the end user to easily specify relationships such as:

node default {

  notify { 'enduser-before': }
  notify { 'enduser-after': }

  class { 'ntp':
    require => Notify['enduser-before'],
    before  => Notify['enduser-after'],
  }

}
@ghost ghost assigned jeffmccune Jun 16, 2011
@jeffmccune
Copy link
Contributor Author

Duplicate of #1.

@jeffmccune
Copy link
Contributor Author

This isn't actually an issue with this module because everything is in the main init.pp class.

jeffmccune pushed a commit that referenced this issue Jun 16, 2011
This example test illustrates how the end user of the module is expected
to consume the module.  Two relationships are present, the notify
resources should always be evaluated in the correct and specified order.
jeffmccune pushed a commit that referenced this issue Jun 16, 2011
* ticket/master/1_should_allow_relationships:
  Add Apache Version 2.0 LICENSE file
  Update Modulefile for move to Puppet Labs
  (#1) Add example test using relationships.
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