GeoffWilliams / r10k-control

R10K control repository :)
4 stars 1 forks source link

[feature] role that includes other roles based on fact value #6

Closed GeoffWilliams closed 9 years ago

GeoffWilliams commented 9 years ago

Would like role that can be associated with a node and will then include the correct role based on that value, eg:

class roles::fact_classified {
  include $::role
}