added salt scripts back
This commit is contained in:
parent
36cf728862
commit
810845441c
15 changed files with 339 additions and 0 deletions
28
srv/salt/realms/init.sls
Normal file
28
srv/salt/realms/init.sls
Normal file
|
@ -0,0 +1,28 @@
|
|||
python-dev:
|
||||
pkg.installed
|
||||
|
||||
build-essential:
|
||||
pkg.installed
|
||||
|
||||
python-pip:
|
||||
pkg.installed
|
||||
|
||||
virtualenvwrapper:
|
||||
pip.installed:
|
||||
- require:
|
||||
- pkg: python-pip
|
||||
|
||||
bower:
|
||||
npm.installed:
|
||||
- require:
|
||||
- pkg.installed: common-pkgs
|
||||
|
||||
realms-repo:
|
||||
git.latest:
|
||||
- unless: test -e /vagrant
|
||||
- name: git@github.com:scragg0x/realms.git
|
||||
- target: /home/deploy
|
||||
- rev: master
|
||||
- user: deploy
|
||||
- identity: /home/deploy/.ssh/id_rsa
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue