From 4673cf880b7694f3a5a7ca1db8eba7dbace0db89 Mon Sep 17 00:00:00 2001 From: Malware Utkonos Date: Wed, 4 Dec 2024 13:26:48 -0500 Subject: [PATCH 1/2] Remove deprecated .require_plugin Fixes #293 --- test/Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Vagrantfile b/test/Vagrantfile index 6bf4258..a15a3e5 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -1,6 +1,3 @@ -Vagrant.require_plugin('vagrant-digitalocean') -Vagrant.require_plugin('vagrant-omnibus') - Vagrant.configure('2') do |config| config.omnibus.chef_version = :latest From 320d155ebe6f07f4e97d61bef0953b190d8c7387 Mon Sep 17 00:00:00 2001 From: Malware Utkonos Date: Wed, 4 Dec 2024 13:28:40 -0500 Subject: [PATCH 2/2] Add file directives like Vagrantfile created by init --- test/Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Vagrantfile b/test/Vagrantfile index a15a3e5..63415f1 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -1,3 +1,6 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + Vagrant.configure('2') do |config| config.omnibus.chef_version = :latest