Merge "Copy host environment file into cache"

This commit is contained in:
Jenkins 2017-04-06 15:18:51 +00:00 committed by Gerrit Code Review
commit 84ae0818f5
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ lxc_cache_map:
- /etc/yum.repos.d/
- /etc/yum/pluginconf.d/fastestmirror.conf
- /etc/pki/rpm-gpg/
- /etc/environment
- /etc/localtime
cache_prep_commands: |
{{ lxc_cache_prep_pre_commands }}

View File

@ -47,6 +47,7 @@ lxc_cache_map:
copy_from_host:
- /etc/apt/sources.list
- /etc/apt/apt.conf.d/
- /etc/environment
- /etc/localtime
- /root/repo.keys
cache_prep_commands: |