sensu / uchiwa-chef

Other
33 stars 40 forks source link

Package is not getting updated when using http as the install method #47

Open qgriffith-zz opened 8 years ago

qgriffith-zz commented 8 years ago

I updated the value of default['uchiwa']['version'] to 0.14.1-1 and when I re-run chef I see the package is downloaded and stored in /var/chef/cache but it is not upgraded. To upgrade the package I had to manually run dpkg -i on the package. The chef recipe should download the new package and and attempt to install it.