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:
- arguments <https://www.vagrantup.com/docs/provisioning/chef_common.html#arguments> with "-i 120" - custom_config_path <https://www.vagrantup.com/docs/provisioning/chef_common.html#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. Thanks, Bill -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/a5518167-a113-45f0-a16a-8a3810ad8bf5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Vagrantfile
Description: Binary data
client.rb
Description: Binary data
