| Some of my puppet modules require more than one run to finish configuring a specific element. For example, my RAID card management module uses facts generated by the management tools. If these tools are not installed, the module installs them, but because the facts could not be populated the array isn't configured until a second run occurs. With runs happening every 2 hours at my site, this ends up being a very long time to wait. It would be helpful if there was a way I could tell the agent "after this run, immediately schedule another run". |