Skip to content

Commit

Permalink
Force apt in the run list for ubuntu platforms (#41)
Browse files Browse the repository at this point in the history
* Use apt in the run list for ubuntu platforms

We're hitting weird compile time issues so this should force apt to
update and sync immediately.

* Also force apt to sync early
  • Loading branch information
martinisoft committed Jan 5, 2017
1 parent e5ba93c commit 28ff3a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ provisioner:

platforms:
- name: ubuntu-14.04
run_list: apt::default
attributes:
apt:
compile_time_update: true
- name: ubuntu-12.04
run_list: apt::default
attributes:
apt:
compile_time_update: true
Expand Down

0 comments on commit 28ff3a2

Please sign in to comment.