Could not find stage install specified by Class[Billing::Install] at /etc/puppet/modules/billing/manifests/init.pp:19
I'm guessing that is because the class and stage definitions happen outside "class billing { ... }." But, it was a syntax error to put them inside.
What's the recommendation here? Use chains? How do you all deal with modules that have lots of ordered steps?
Thanks,
Justin
It feels like you're overusing a bit too much run stages...
Read here for usage recommendations (and limitations):
http://docs.puppetlabs.com/puppet/2.7/reference/lang_run_stages.htmlYou can more easily manage relationships inside a class (all the mysql steps can be managed inside the same mysql module) and maybe attributes like require or before can result easier to manage than chains, in this case.
Good luck. It's not procedural, but declarative, hence a visual graph let's a person picture it better IMHO.
http://bitfieldconsulting.com/puppet-dependency-graphs
cheers, Jason
--To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/_mUruEmIk6sJ.
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.