Check minimal Vagrant version in Vagrantfile
This commit is contained in:
parent
68a884d409
commit
70171f3ff9
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -14,6 +14,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
Vagrant.require_version ">= 1.7.0"
|
||||
|
||||
require 'yaml'
|
||||
|
||||
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
|
||||
|
Loading…
Reference in New Issue
Block a user