Chassis / Composer

An extensions to install Composer on your Chassis box
0 stars 3 forks source link

Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php7.0-dev' returned 100: Reading package lists... #4

Closed BronsonQuick closed 6 years ago

BronsonQuick commented 7 years ago

I've seen this happen on a couple of peoples Chassis boxes but I've been unable to replicate it locally to apply a fix.

The manual solution is to run vagrant ssh then sudo apt-get update then exit out of the box and run vagrant provision

I believe we need to make sure apt is updated before we run: https://github.com/Chassis/Composer/blob/master/modules/composer/manifests/init.pp#L10

BronsonQuick commented 6 years ago

I haven't seen this issue in ages so I'm going to close this.