What problem/issue/behavior are you having trouble with? What do you expect to see?
I have a bunch of puppet modules that are executed during new server installation. Some modules fail because they are dependant on the things that are being fixed by other modules.
For example sssd/Ldap module should be executed before other modules that do some manipulation that requires users .
So my quesrtion is how do I tell which modules should be executed in which order. And I mean seperate puppet modules.
I know there are so called Run Stages but it is not clear how to use it with multiple existingpuppet modules.
https://docs.puppet.com/puppet/latest/reference/lang_run_stages.html
Please help!
↧