Skip to content
Snippets Groups Projects
Commit 229134ba authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Add pkgs to apt substate

parent 7895b236
Branches
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
include:
- .proxy
- .pkgs
# control /apt/sources.list and apt.sources.list.d on ubuntu and debian
{% if grains['os'] == 'Debian' and grains['oscodename'] in ['squeeze', 'wheezy', 'jessie']
......
{% from "hshbase/map.jinja" import hshbase with context %}
hshbase_apt_install_pkgs:
pkg.installed:
- pkgs: {{ hshbase.apt.pkgs }}
......@@ -2,6 +2,7 @@ hshbase:
apt:
proxy: True
proxy_address: http://apt-proxy.it.hs-hannover.de:8080
pkgs: []
openvmtools: True
time:
server: time.rz.fh-hannover.de
......
......@@ -2,4 +2,5 @@ hshbase:
apt:
proxy: True # if you do not want to to use apt-proxy: set to False
proxy_address: http://apt-proxy.it.hs-hannover.de:8080
pkgs: [pwgen, tree]
openvmtools: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment