hi, i was recently bitten by ordering issues caused by missing contain/anchor declarations in a PostgreSQL module which should have finished its job before configuring and starting the PuppetDB which is done by another module. So here are my questions: - is it possible to use the contain function also for defined resource types/defines? I ended up using anchors since i could not find out how to use contain here. - am i the only one thinking that it is too error-prone and cumbersome to add a contain everytime a sub-class is instantiated in a module? Since it is not transitive it has to be added on every abstraction layer of a module, from the init.pp down to all sub-classes until there are just classes left declaring resources directly. And in case one contain is missing, that code may be executed in the wrong time.
thx, Peter -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/ee5e4a5d-99e7-4c18-a30a-1ccd316233da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
