Fix copying apt keys from host to containers

Without the trailing slash the keys had an extra level of directories
as follows: /etc/apt/trusted.gpg.d/trusted.gpg.d/<keys>

Change-Id: Ibe4112ef947513439643025ddf0fd543b28aba70
This commit is contained in:
Jonathan Rosser 2019-06-24 14:30:07 +01:00
parent a6cae27fa3
commit 9fd34ada15
2 changed files with 2 additions and 2 deletions

View File

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

View File

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