Use salt for provisioning

This commit is contained in:
Martin Polden
2014-12-22 00:19:01 +01:00
parent bea550f669
commit 959c0a8360
16 changed files with 60 additions and 75 deletions

20
salt/roots/dev.sls Normal file
View File

@ -0,0 +1,20 @@
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