init
This commit is contained in:
commit
7b39666270
10 changed files with 136 additions and 0 deletions
19
srv/salt/common/init.sls
Normal file
19
srv/salt/common/init.sls
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue