Checkpoint / the simplest test looks to be working now (~/.vimrc)
[vagrant-dotfiles.git] / lib / copy_my_conf.rb
diff --git a/lib/copy_my_conf.rb b/lib/copy_my_conf.rb
deleted file mode 100644 (file)
index fa7fec1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-module CopyMyConf
-  class Plugin < Vagrant.plugin("2")
-    name "copy_my_conf"
-
-    config(:copy_my_conf, :provisioner) do
-      require File.expand_path('../copy_my_conf/config', __FILE__)
-      Config
-    end
-
-    provisioner :copy_my_conf do
-      require File.expand_path('../copy_my_conf/provisioner', __FILE__)
-      Provisioner
-    end
-
-  end
-end