Merge "Fix copying apt keys from host to containers"

This commit is contained in:
Zuul 2019-07-10 16:31:56 +00:00 committed by Gerrit Code Review
commit ef2f506c5f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ _lxc_cache_map:
copy_from_host: copy_from_host:
- /etc/apt/sources.list - /etc/apt/sources.list
- /etc/apt/apt.conf.d/ - /etc/apt/apt.conf.d/
- /etc/apt/trusted.gpg.d - /etc/apt/trusted.gpg.d/
- /etc/apt/preferences.d/ - /etc/apt/preferences.d/
- /etc/environment - /etc/environment
- /etc/localtime - /etc/localtime

View File

@ -22,7 +22,7 @@ _lxc_cache_map:
copy_from_host: copy_from_host:
- /etc/apt/sources.list - /etc/apt/sources.list
- /etc/apt/apt.conf.d/ - /etc/apt/apt.conf.d/
- /etc/apt/trusted.gpg.d - /etc/apt/trusted.gpg.d/
- /etc/apt/preferences.d/ - /etc/apt/preferences.d/
- /etc/environment - /etc/environment
- /etc/localtime - /etc/localtime