Check minimal Vagrant version in Vagrantfile

This commit is contained in:
Jedrzej Nowak 2015-09-17 15:32:18 +02:00
parent 68a884d409
commit 70171f3ff9

2
Vagrantfile vendored
View File

@ -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!