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