This commit is contained in:
Matthew Scragg 2013-09-25 15:27:25 -05:00
commit 7b39666270
10 changed files with 136 additions and 0 deletions

19
srv/salt/common/init.sls Normal file
View file

@ -0,0 +1,19 @@
common-pkgs:
pkg.installed:
- pkgs:
- python
- vim
- build-essential
- screen
- htop
- git
- ntp
- libpcre3-dev
- libevent-dev
- iptraf
- python-software-properties
- python-pip
- python-virtualenv
- python-dev
- pkg-config
- curl