gvasalt/states/base/init.sls
Jan Dittberner 95b2e521eb Setup backports and ensure python-cryptography
Make sure that the jessie-backports repository is available and that the
python-cryptography package from that repository is used.
2016-09-24 23:52:37 +02:00

37 lines
668 B
Plaintext

base:
pkgrepo.managed:
- name: deb http://httpredir.debian.org/debian jessie-backports main
- file: /etc/apt/sources.list.d/backports.list
base-packages:
pkg.installed:
- pkgs:
- screen
- htop
- git
- locales-all
/home/vagrant/.screenrc:
file.managed:
- user: vagrant
- group: vagrant
- mode: 0644
- source: salt://base/screenrc
update-system:
pkg.uptodate:
- refresh: True
/home/vagrant/bin:
file.directory:
- user: vagrant
- group: vagrant
- mode: 0750
/home/vagrant/.bashrc:
file.managed:
- user: vagrant
- group: vagrant
- mode: 0644
- source: salt://base/bashrc