Merge "vars: Drop development packages"

This commit is contained in:
Jenkins 2017-10-04 16:05:26 +00:00 committed by Gerrit Code Review
commit 2e9a3a5d5a
3 changed files with 8 additions and 11 deletions

View File

@ -84,14 +84,12 @@ _lxc_cache_distro_packages:
- ca-certificates
- cronie
- epel-release
- git
- openssh-server
- python-devel
- python2
- rsync
- sudo
- wget
- tar
- wget
- which
- yum-plugin-priorities
- yum-utils

View File

@ -85,17 +85,15 @@ lxc_cache_map:
{{ lxc_cache_prep_post_commands }}
_lxc_cache_distro_packages:
- ca-certificates
- ca-certificates-mozilla
- git-core
- cronie
- openssh
- python-devel
- python
- python-xml
- rsync
- sudo
- wget
- tar
- wget
- which
lxc_cached_network_interfaces:

View File

@ -101,14 +101,15 @@ lxc_cache_install_debconf: '-o Dpkg::Options::="--force-confdef" -o Dpkg::Option
_lxc_cache_distro_packages:
- apt-transport-https
- build-essential
- ca-certificates
- git
- iptables
- cron # xenial doesn't have cronie
- openssh-server
- python-dev
- python2.7
- rsync
- sudo
- tar
- wget
- debianutils # for 'which' executable
lxc_cached_network_interfaces:
- src: "lxc-net-bridge.cfg.j2"