Details
Description
We recently replaced our policy server and a few instances did not successfully bootstrap to the new server. So we had to manually bootsrap a few. We noticed that these instances were reporting the following: "You are running a hard-coded failsafe. Please use the following command instead. "/var/cfengine/bin/cf-agent" -f /var/cfengine/inputs/update.cf"
I believe it is because when we bootstrap it is not setting the `executor_started` class promise to true.
We were then able to resolve this issue by restarting the cfengine service. But this does not seem to be desired behavior.
But this can be reproduced by having `cf-execd` running first then bootstrapping- `cf-agent --bootstrap cfengine.domain.com`