Closed zanshin closed 7 years ago
@zanshin what OS? I'm not seeing this problem in CentOS 6.8.
The problem was related to Chef. The :start
action causes the server to start when the recipe runs. And since Chef is configured to run every 15 minutes ...
PEBKAC.
I'm using the sonarqube::default recipe to install Sonar along side our Jenkins installation. Every 15 minutes when the node converges, Sonar is restarted. I think the problem is here:
Doesn't having :start in the action line cause it to start each time the node converged? Or am I missing something?