Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apt Cacher not used if installed in the same run #50

Open
mal opened this issue Jan 15, 2014 · 0 comments
Open

Apt Cacher not used if installed in the same run #50

mal opened this issue Jan 15, 2014 · 0 comments

Comments

@mal
Copy link

mal commented Jan 15, 2014

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant