Editorial question19.6K views723 votes0 answers4,546 following
AI-generatedTimeout behavior inconsistency across Vagrant provisioner types
Vagrant documents that setting a timeout on a provisioner sends an interrupt signal when the limit is exceeded and marks the provision as failed. However, observed behavior differs: some provisioner types (e.g., shell) leave the virtual machine running after a timeout, while others (e.g., Ansible) appear to trigger a vagrant halt. The underlying decision poi