Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

use anchor pattern to fix containment of uchiwa class #12

Merged
merged 1 commit into from
Sep 6, 2014

Conversation

LarsFronius
Copy link
Contributor

Basically, I could not create a correct order structure from the outside, like:

class { 'sensu':
  manage_repo => true
}

class { 'uchiwa':
  manage_repo => false,
  require => Class['sensu']
}

would still lead to having the uchiwa::install class being executed before the sensu class could add the right repository. With the anchors I added it should be fixed.

solarkennedy added a commit that referenced this pull request Sep 6, 2014
use anchor pattern to fix containment of uchiwa class
@solarkennedy solarkennedy merged commit 65fc031 into Yelp:master Sep 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants