This line gets run before the cacher is installed and as a result the config is never placed into the default lxc config in /etc/default/lxc.
Example:
include_recipe 'apt::cacher-ng'
include_recipe 'apt::cacher-client'
include_recipe 'apt'
include_recipe 'lxc'
lxc_container 'my_container' do
action :create
end
This line gets run before the cacher is installed and as a result the config is never placed into the default lxc config in
/etc/default/lxc.Example: