Reputation: 3088
Is there some way to set up the periodic chef-client runs during the bootstrap phase?
I can successfully bootstrap a client from the chef server, I can then manually run chef-client on the client node. I can even get the client to run periodically like so:
sudo chef-client -d -i 1800 -s 13
I'd like to apply that step during the bootstrap phase.
Upvotes: 2
Views: 1268
Reputation: 37630
It does not install itself as a service. Use the chef-client cookbook to do that.
Upvotes: 3