Remove unused Vagrant config

This commit is contained in:
Martin Polden 2015-09-17 17:02:02 +02:00
parent 3f9cbe7bed
commit 8ac17bf30f
9 changed files with 0 additions and 94 deletions

17
Vagrantfile vendored
View File

@ -1,17 +0,0 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "chef/ubuntu-14.04"
config.vm.network :forwarded_port, guest: 8080, host: 8080
config.vm.synced_folder ".", "/go/src/github.com/martinp/ifconfig"
config.vm.synced_folder "salt/roots/", "/srv/salt/"
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "512"]
end
config.vm.provision :salt do |salt|
salt.minion_config = "salt/minion.yml"
salt.run_highstate = true
salt.colorize = true
end
end

View File

@ -1 +0,0 @@
file_client: local

View File

@ -1,34 +0,0 @@
packages:
pkg.installed:
- pkgs:
- git
- make
- mercurial
/home/vagrant/.hushlogin:
file.managed:
- contents: ""
- user: vagrant
- group: vagrant
- mode: 0644
/home/vagrant/.bash_profile:
file.managed:
- source: salt://files/dot.bash_profile
- user: vagrant
- group: vagrant
- mode: 0644
/home/vagrant/.local/bin:
file.directory:
- user: vagrant
- group: vagrant
- makedirs: true
/go:
file.directory:
- user: vagrant
- group: vagrant
- recurse:
- user
- group

View File

@ -1,10 +0,0 @@
docker.io:
pkg:
- installed
vagrant:
user:
- present
- groups:
- docker
- remove_groups: False

View File

@ -1,3 +0,0 @@
export GOPATH=/go
export PATH=${GOPATH}/bin:$HOME/.local/bin:$PATH
cd ${GOPATH}/src/github.com/martinp/ifconfig

View File

@ -1 +0,0 @@
test -d /usr/local/go/bin && export PATH=/usr/local/go/bin:$PATH

View File

@ -1,14 +0,0 @@
curl:
pkg:
- installed
curl -L https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -zxC /usr/local:
cmd.run:
- unless: test -d /usr/local/go
/etc/profile.d/golang.sh:
file.managed:
- source: salt://files/golang.sh
- user: root
- group: root
- mode: 0644

View File

@ -1,7 +0,0 @@
Europe/Oslo:
timezone.system
ntp:
pkg:
- installed
service:
- running

View File

@ -1,7 +0,0 @@
---
base:
'*':
- ntp
- dev
- golang
- docker