Setting interval in chef_client's custom_config_path puts the provision step into an infinite loop
11 views
Skip to first unread message
William Koch
unread,
Apr 27, 2016, 10:59:00 AM4/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
I'm trying to override the default interval at which the chef-client will check-in with chef-server. Although there isn't a directory property of the chef provisioner, I thought I could set it leveraging either:
custom_config_path which would point to the attached client.rb, which would set the desired interval
Using either approach (above), the provision step sits in an infinite loop waiting for the next chef-client run. Has anyone been able to set a custom interval for the chef_client provisioner? I'm sure I'm doing something stupid, but I just don't see it. Any help is appreciated.