Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(Vagrantfile): remove override-plugin for coreos 310.0.0
Browse files Browse the repository at this point in the history
Starting with CoreOS 310.0.0, the override-plugin is bundled with
the box image, so we don't need to specify it in the Vagrantfile.
  • Loading branch information
carmstrong committed May 8, 2014
1 parent 24dea36 commit 4aba7e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 119 deletions.
3 changes: 0 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# -*- mode: ruby -*-
# # vi: set ft=ruby :

require_relative 'contrib/coreos/override-plugin.rb'

DEIS_NUM_INSTANCES = (ENV['DEIS_NUM_INSTANCES'].to_i > 0 && ENV['DEIS_NUM_INSTANCES'].to_i) || 1

if DEIS_NUM_INSTANCES == 1
Expand Down Expand Up @@ -50,7 +48,6 @@ Vagrant.configure("2") do |config|
# user-data bootstrapping
config.vm.provision :file, :source => "contrib/coreos/user-data", :destination => "/tmp/vagrantfile-user-data"
config.vm.provision :shell, :inline => "mv /tmp/vagrantfile-user-data /var/lib/coreos-vagrant/", :privileged => true

end
end

Expand Down
116 changes: 0 additions & 116 deletions contrib/coreos/override-plugin.rb

This file was deleted.

0 comments on commit 4aba7e0

Please sign in to comment.