summary refs log tree commit diff stats
path: root/tag-vagrant/vagrant.d/Vagrantfile
diff options
context:
space:
mode:
authorAlan Pearce2017-03-17 09:48:24 +0100
committerAlan Pearce2017-03-17 09:48:24 +0100
commit397ce671bb028802d528faf8811101e08557e527 (patch)
tree6a3b0004c7fcbe334f05a50aad483316c6577887 /tag-vagrant/vagrant.d/Vagrantfile
parentdb6903e6fab9cff359a530ca2eee6ba3c7e44525 (diff)
downloaddotfiles-397ce671bb028802d528faf8811101e08557e527.tar.lz
dotfiles-397ce671bb028802d528faf8811101e08557e527.tar.zst
dotfiles-397ce671bb028802d528faf8811101e08557e527.zip
Re-structure tags to GNU stow format
Diffstat (limited to 'tag-vagrant/vagrant.d/Vagrantfile')
-rw-r--r--tag-vagrant/vagrant.d/Vagrantfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/tag-vagrant/vagrant.d/Vagrantfile b/tag-vagrant/vagrant.d/Vagrantfile
deleted file mode 100644
index 4c69c88..0000000
--- a/tag-vagrant/vagrant.d/Vagrantfile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: ruby -*-
-Vagrant.configure(2) do |config|
-  config.vm.provision "ansible" do |ansible|
-    ansible.playbook = "#{File.dirname(__FILE__)}/ansible/site.yml"
-    ansible.limit = "all"
-  end
-end