https://bugzilla.wikimedia.org/show_bug.cgi?id=71901
--- Comment #7 from Bryan Davis <[email protected]> --- (In reply to Gilles Dubuc from comment #6) > Or maybe since it states "Scheduling refresh of Service" it's not > synchronous, and thus we're possibly dealing with a race condition? This is likely. I'm fairly certain that Puppet collects restart requests during the run and then only does a single restart of each service at the end. Cli scripts however should not require a restart of apache or hhvm as they are run in dedicated interpreters. I think your investigations are likely on the right track though. If doing the imports works on a second puppet run then we have missed expressing some dependency in the Puppet manifests. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
